Trait
Methods |
public addOption( $option) Add an option to the block.
|
public clearOptions() Clear options available within the block.
|
public getOptions() Get options available within the block.
|
public getOptionsAsArrays() Get options available within the block in array format.
|
public setOptions(array $options) Set options available within the block.
|
Properties |
protected $options = [] Options available within the block.
|