Table of Contents
Methods
-
__construct()
: mixed
-
addToArray()
: void
-
addToFinalResult()
: void
-
addToStepResult()
: void
-
getEntity()
: int|string
-
getEntityType()
: EntityType
-
getFinalResult()
: mixed
-
getGroup()
: string
-
getName()
: string
-
getNodeType()
: NodeType
-
getStepResult()
: array<string|int, mixed>
-
getValue()
: mixed
-
isGrouped()
: bool
-
isMultiple()
: bool
-
setEntity()
: static
-
summarize()
: static
__construct()
public
__construct(EntityType $entityType, string $name, mixed $value[, mixed $entity = 0 ][, string $group = '' ]) : mixed
Parameters
-
$entityType
: EntityType
-
-
$name
: string
-
-
$value
: mixed
-
-
$entity
: mixed
= 0
-
-
$group
: string
= ''
-
addToArray()
public
addToArray(array<string|int, mixed> &$result) : void
Parameters
-
$result
: array<string|int, mixed>
-
addToFinalResult()
public
addToFinalResult(array<string|int, mixed> &$result) : void
Parameters
-
$result
: array<string|int, mixed>
-
addToStepResult()
public
addToStepResult(array<string|int, mixed> &$result) : void
Parameters
-
$result
: array<string|int, mixed>
-
getEntity()
public
getEntity() : int|string
getEntityType()
public
getEntityType() : EntityType
getFinalResult()
public
getFinalResult() : mixed
getGroup()
public
getGroup() : string
getName()
public
getName() : string
getNodeType()
public
getNodeType() : NodeType
getStepResult()
public
getStepResult() : array<string|int, mixed>
Return values
array<string|int, mixed>
getValue()
public
getValue() : mixed
isGrouped()
public
isGrouped() : bool
isMultiple()
public
isMultiple() : bool
setEntity()
public
setEntity(int|string $entity) : static
Parameters
-
$entity
: int|string
-
summarize()
public
summarize(AbstractNode $node) : static
Parameters
-
$node
: AbstractNode
-