Table of Contents
Constants
-
VIEW_SPECIFIC_DATA_KEY
= '__view'
Methods
-
__construct()
: mixed
-
getViewSpecificData()
: array<string|int, mixed>|null
-
loadData()
: array<string|int, mixed>
-
validate()
: Result
VIEW_SPECIFIC_DATA_KEY
public
mixed
VIEW_SPECIFIC_DATA_KEY
= '__view'
__construct()
public
__construct([bool $skipSecurity = false ]) : mixed
Parameters
-
$skipSecurity
: bool
= false
-
getViewSpecificData()
public
getViewSpecificData(Block $block) : array<string|int, mixed>|null
Parameters
-
$block
: Block
-
Return values
array<string|int, mixed>|null
loadData()
public
loadData(Block $block, Document $document[, Member|null $member = null ]) : array<string|int, mixed>
Parameters
-
$block
: Block
-
-
$document
: Document
-
-
$member
: Member|null
= null
-
Return values
array<string|int, mixed>
validate()
public
validate(Block $block) : Result
Parameters
-
$block
: Block
-