Property | Type | Description | |
---|---|---|---|
$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 |
Method | Description | |
---|---|---|
canEvaluate ( $context ) : boolean | ||
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 |
protected static bool $final | ||
return | boolean |
protected static int $priority | ||
return | integer |
protected static string $shortName | ||
return | string |