PHP Класс Neos\Eel\FlowQuery\Operations\AbstractOperation

Наследование: implements Neos\Eel\FlowQuery\OperationInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$final boolean If TRUE, the operation is final, i.e. directly executed.
$priority integer The priority of operations. higher numbers override lower ones.
$shortName string The short name of the operation

Открытые методы

Метод Описание
canEvaluate ( $context ) : boolean
getPriority ( ) : integer
getShortName ( ) : string
isFinal ( ) : boolean

Описание методов

canEvaluate() публичный Метод

public canEvaluate ( $context ) : boolean
Результат boolean TRUE if the operation can be applied onto the $context, FALSE otherwise

getPriority() публичный статический Метод

public static getPriority ( ) : integer
Результат integer the priority of the operation

getShortName() публичный статический Метод

public static getShortName ( ) : string
Результат string the short name of the operation

isFinal() публичный статический Метод

public static isFinal ( ) : boolean
Результат boolean TRUE if the operation is final, FALSE otherwise

Описание свойств

$final защищенное статическое свойство

If TRUE, the operation is final, i.e. directly executed.
protected static bool $final
Результат boolean

$priority защищенное статическое свойство

The priority of operations. higher numbers override lower ones.
protected static int $priority
Результат integer

$shortName защищенное статическое свойство

The short name of the operation
protected static string $shortName
Результат string