--- title: pageBlockFooter description: pageBlockFooter attributes, type and example --- ## Constructor: pageBlockFooter [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |text|[RichText](../types/RichText.md) | Required| ### Type: [PageBlock](../types/PageBlock.md) ### Example: ``` $pageBlockFooter = ['_' => 'pageBlockFooter', 'text' => RichText, ]; ```