BlockContent
Table of Contents
Constants
- TYPE_BLOCKS = 'BLOCKS'
- TYPE_STYLES = 'STYLES'
Methods
- __construct() : mixed
- add() : mixed
- getBlocks() : mixed
- getList() : mixed
- getStyles() : mixed
- setList() : mixed
Constants
TYPE_BLOCKS
public
mixed
TYPE_BLOCKS
= 'BLOCKS'
TYPE_STYLES
public
mixed
TYPE_STYLES
= 'STYLES'
Methods
__construct()
public
__construct() : mixed
add()
public
add(mixed $type, mixed $place, mixed $value) : mixed
Parameters
- $type : mixed
- $place : mixed
- $value : mixed
getBlocks()
public
getBlocks() : mixed
getList()
public
getList() : mixed
getStyles()
public
getStyles() : mixed
setList()
public
setList(array<string|int, mixed> $list) : mixed
Parameters
- $list : array<string|int, mixed>