Свойство | Type | Description | |
---|---|---|---|
$_actions | array | A list of Ingo_Script_Sieve_Action objects that go into the if clause. | |
$_test | Ingo_Script_Sieve_Test | The Ingo_Script_Sieve_Test object for the if test. |
Méthode | Description | |
---|---|---|
__construct ( Ingo_Script_Sieve_Test $test = 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 ( ) | ||
getTest ( ) | ||
requires ( ) : array | Returns a list of sieve extensions required for this rule and any sub-rules. | |
setActions ( $actions ) | ||
setTest ( $test ) |
public __construct ( Ingo_Script_Sieve_Test $test = null ) | ||
$test | Ingo_Script_Sieve_Test | A Ingo_Script_Sieve_Test object. |
protected array $_actions | ||
Résultat | array |