PHP Class Ingo_Script_Sieve_Action_Redirect, horde

Author: Mike Cochrane ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Ingo_Script_Sieve_Action
ファイルを表示 Open project: horde/horde

Public Methods

Method Description
__construct ( array $vars = [] ) Constructor.
check ( ) : boolean | string Checks if the rule parameters are valid.
generate ( $depth )

Method Details

__construct() public method

Constructor.
public __construct ( array $vars = [] )
$vars array Any required parameters.

check() public method

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

generate() public method

public generate ( $depth )