Property | Type | Description | |
---|---|---|---|
$_actions | array | A list of Ingo_Script_Sieve_Action objects that go into the else clause. |
Method | Description | |
---|---|---|
__construct ( mixed $actions = null ) | Constructor. | |
check ( ) : boolean | string | Checks if all sub-rules are valid. | |
generate ( ) : string | Returns a script snippet representing this rule and any sub-rules. | |
getActions ( ) | ||
requires ( ) : array | Returns a list of sieve extensions required for this rule and any sub-rules. | |
setActions ( $actions ) |
public __construct ( mixed $actions = null ) | ||
$actions | mixed | An Ingo_Script_Sieve_Action object or a list of Ingo_Script_Sieve_Action objects. |
protected array $_actions | ||
return | array |