PHP Class Ingo_Script_Sieve_Action_Discard, horde

Author: Mike Cochrane ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Ingo_Script_Sieve_Action
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
check ( ) : boolean | string Checks if the rule parameters are valid.
generate ( ) : string Returns a script snippet representing this rule and any sub-rules.

Method Details

check() public méthode

Checks if the rule parameters are valid.
public check ( ) : boolean | string
Résultat boolean | string True if this rule is valid, an error message otherwise.

generate() public méthode

Returns a script snippet representing this rule and any sub-rules.
public generate ( ) : string
Résultat string A Sieve script snippet.