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.
Exibir arquivo
Open project: neos/flow-development-collection
Class Usage Examples
Protected Properties
Public Methods
Method Details
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 |
|