PHP Class Neos\Eel\FlowQuery\Operations\SliceOperation

If no arguments are given, the full context is returned. Otherwise the value contained in the context are sliced with offset and length.
Inheritance: extends AbstractOperation
Datei anzeigen 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

Method Details

evaluate() public method

public evaluate ( FlowQuery $flowQuery, array $arguments ) : void
$flowQuery Neos\Eel\FlowQuery\FlowQuery the FlowQuery object
$arguments array A mandatory start and optional end index in the context, negative indices indicate an offset from the start or end respectively
return void

Property Details

$shortName protected_oe static_oe property

protected static string $shortName
return string