См. определение в файле landingblock.php строка 4
◆ __construct()
◆ beforeAdd()
beforeAdd |
( |
Block | $block | ) |
|
Method, which executes just before creating the block (first add on page).
- Аргументы
-
Block | $block | Block instance. |
- Возвращает
- void
См. определение в файле landingblock.php строка 59
◆ beforeView()
beforeView |
( |
Block | $block | ) |
|
Method, which executes just before block.
- Аргументы
-
Block | $block | Block instance. |
- Возвращает
- void
См. определение в файле landingblock.php строка 69
◆ get()
Get mixed stored data of block.
- Аргументы
-
- Возвращает
- mixed|null
См. определение в файле landingblock.php строка 33
◆ getEditMode()
Get state of edit mode.
- Возвращает
- boolean
См. определение в файле landingblock.php строка 23
◆ init()
init |
( |
array | $params = [] | ) |
|
Method, which will be called once time.
- Аргументы
-
- Возвращает
- void
См. определение в файле landingblock.php строка 50
◆ $params