Property | Type | Description | |
---|---|---|---|
$combine | |||
$conditions | |||
$flags | |||
$label | |||
$stop | |||
$type | |||
$value |
Method | Description | |
---|---|---|
__construct ( ) | Constructor. | |
__get ( $name ) | ||
description ( ) : string | Output description for a rule. | |
getTestInfo ( $test ) : object | Returns information on a given test string. |
public description ( ) : string | ||
return | string | Text description. |
public getTestInfo ( $test ) : object | ||
return | object | Object with the following values: - label: (string) The label for this action. - type: (string) Either 'int', 'none', or 'text'. |