PHP Class Neos\Eel\FlowQuery\Operations\Object\ChildrenOperation

Inheritance: extends Neos\Eel\FlowQuery\Operations\AbstractOperation
Mostra file Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$shortName string

Public Methods

Method Description
evaluate ( FlowQuery $flowQuery, array $arguments ) : void

Protected Methods

Method Description
evaluatePropertyNameFilter ( FlowQuery $query, string $propertyNameFilter ) : void Evaluate the property name filter by traversing to the child object. We only support nested objects right now

Method Details

evaluate() public method

public evaluate ( FlowQuery $flowQuery, array $arguments ) : void
$flowQuery Neos\Eel\FlowQuery\FlowQuery the FlowQuery object
$arguments array the filter expression to use (in index 0)
return void

evaluatePropertyNameFilter() protected method

Evaluate the property name filter by traversing to the child object. We only support nested objects right now
protected evaluatePropertyNameFilter ( FlowQuery $query, string $propertyNameFilter ) : void
$query Neos\Eel\FlowQuery\FlowQuery
$propertyNameFilter string
return void

Property Details

$shortName protected_oe static_oe property

protected static string $shortName
return string