PHP Класс 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.
Показать файл
Открыть проект
Примеры использования класса
Защищенные свойства (Protected)
Открытые методы
Описание методов
evaluate()
публичный Метод
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 |
Результат |
void |
|
Описание свойств
$shortName защищенное статическое свойство
protected static string $shortName |
Результат |
string |
|