PHP 클래스 Neos\Eel\FlowQuery\Operations\AbstractOperation

상속: implements Neos\Eel\FlowQuery\OperationInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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