---
title: pageBlockFooter
description: Page footer
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: pageBlockFooter  
[Back to constructors index](index.md)



Page footer

### Attributes:

| Name     |    Type       | Required | Description |
|----------|---------------|----------|-------------|
|text|[RichText](../types/RichText.md) | Yes|Contents|



### Type: [PageBlock](../types/PageBlock.md)


### Example:

```php
$pageBlockFooter = ['_' => 'pageBlockFooter', 'text' => RichText];
```  


Or, if you're into Lua:

```lua
pageBlockFooter={_='pageBlockFooter', text=RichText}

```