Zone
Zone.php
:
13
Zone is area on the page which contains blocks.
Methods¶
__construct()
¶
Zone.php
:
25
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $id | string | - | - |
| $name | string | - | - |
| $blocks | array<string|int, BlockValue> | [] | - |
addBlock()
¶
Zone.php
:
68
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $block | BlockValue | - | - |
getBlocks()
¶
Zone.php
:
55
|
|
|
Return values
array<string|int, BlockValue>
getId()
¶
Zone.php
:
32
|
|
|
Return values
string
getName()
¶
Zone.php
:
42
|
|
|
Return values
string
setBlocks()
¶
Zone.php
:
63
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $blocks | array<string|int, BlockValue> | - | - |
setId()
¶
Zone.php
:
37
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $id | string | - | - |
setName()
¶
Zone.php
:
47
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $name | string | - | - |