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

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

Protected Properties

Свойство Type Description
$shortName string

Méthodes publiques

Méthode Description
evaluate ( FlowQuery $flowQuery, array $arguments ) : void

Méthodes protégées

Méthode 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 méthode

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)
Résultat void

evaluatePropertyNameFilter() protected méthode

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
Résultat void

Property Details

$shortName protected_oe static_oe property

protected static string $shortName
Résultat string