PHP Class Neos\Eel\FlowQuery\Operations\IsOperation

Without arguments is evaluates to TRUE if the context is not empty. If arguments are given, they are used to filter the context before evaluation.
Inheritance: extends AbstractOperation
Datei anzeigen Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$final boolean
$shortName string

Public Methods

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

Method Details

evaluate() public method

public evaluate ( FlowQuery $flowQuery, array $arguments ) : void | boolean
$flowQuery Neos\Eel\FlowQuery\FlowQuery the FlowQuery object
$arguments array the filter arguments
return void | boolean

Property Details

$final protected_oe static_oe property

protected static bool $final
return boolean

$shortName protected_oe static_oe property

protected static string $shortName
return string