34 lines
487 B
Markdown
34 lines
487 B
Markdown
---
|
|
title: pageBlockDivider
|
|
description: An empty block separating parts of a page
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: pageBlockDivider
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
An empty block separating parts of a page
|
|
|
|
|
|
|
|
|
|
### Type: [PageBlock](../types/PageBlock.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```php
|
|
$pageBlockDivider = ['_' => 'pageBlockDivider'];
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
```lua
|
|
pageBlockDivider={_='pageBlockDivider'}
|
|
|
|
```
|
|
|
|
|