28 lines
558 B
Markdown
28 lines
558 B
Markdown
|
---
|
||
|
title: pageBlockAuthorDate
|
||
|
description: pageBlockAuthorDate attributes, type and example
|
||
|
---
|
||
|
## Constructor: pageBlockAuthorDate
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|author|[RichText](../types/RichText.md) | Required|
|
||
|
|published\_date|[int](../types/int.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PageBlock](../types/PageBlock.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$pageBlockAuthorDate = ['_' => 'pageBlockAuthorDate', 'author' => RichText, 'published_date' => int, ];
|
||
|
```
|
||
|
|