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