Method | Description | |
---|---|---|
canEvaluate ( $context ) : boolean | This method is called to determine whether the operation can work with the $context objects. It can be implemented to implement runtime conditions. | |
evaluate ( |
Evaluate the operation on the objects inside $flowQuery->getContext(), taking the $arguments into account. | |
getPriority ( ) : integer | ||
getShortName ( ) : string | ||
isFinal ( ) : boolean |
public canEvaluate ( $context ) : boolean | ||
return | boolean | TRUE if the operation can be applied onto the $context, FALSE otherwise |
public static getPriority ( ) : integer | ||
return | integer | the priority of the operation |
public static getShortName ( ) : string | ||
return | string | the short name of the operation |