Class Sieve_Action_Notify

Description

The Sieve_Action_Notify class represents a notify action.

Located in /lib/Script/sieve.php (line 2944)

Sieve_Action
   |
   --Sieve_Action_Notify
Method Summary
 Sieve_Action_Notify Sieve_Action_Notify ([array $vars = array()])
 boolean|string check ()
 array requires ()
 string toCode ()
Variables

Inherited Variables

Inherited from Sieve_Action

Sieve_Action::$_vars
Methods
Constructor Sieve_Action_Notify (line 2951)

Constructor.

Sieve_Action_Notify Sieve_Action_Notify ([array $vars = array()])
  • array $vars: Any required parameters.
check (line 2979)

Checks if the rule parameters are valid.

  • return: True if this rule is valid, an error message otherwise.
boolean|string check ()

Redefinition of:
Sieve_Action::check()
Checks if the rule parameters are valid.
requires (line 2994)

Returns a list of sieve extensions required for this rule and any sub-rules.

  • return: A Sieve extension list.
array requires ()

Redefinition of:
Sieve_Action::requires()
Returns a list of sieve extensions required for this rule and any sub-rules.
toCode (line 2962)

Returns a script snippet representing this rule and any sub-rules.

  • return: A Sieve script snippet.
string toCode ()

Redefinition of:
Sieve_Action::toCode()
Returns a script snippet representing this rule and any sub-rules.

Inherited Methods

Inherited From Sieve_Action

 Sieve_Action::check()
 Sieve_Action::requires()
 Sieve_Action::toCode()
 Sieve_Action::toString()

Documentation generated on Sun, 30 Jan 2011 05:29:29 +0000 by phpDocumentor 1.4.3