PHP Class Ingo_Script_Sieve_Action, horde

An action is anything that has a side effect eg: discard, redirect.
Author: Mike Cochrane ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: implements Ingo_Script_Item
Mostra file Open project: horde/horde

Protected Properties

Property Type Description
$_vars array Any necessary action parameters.

Public Methods

Method Description
check ( ) : boolean | string Checks if the rule parameters are valid.

Method Details

check() abstract public method

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

Property Details

$_vars protected_oe property

Any necessary action parameters.
protected array $_vars
return array