PHP Class Ingo_Factory_Script, horde

Author: Michael Slusarz ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Core_Factory_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
activateAll ( boolean $auto_update = true ) Activate all scripts.
canPerform ( ) : boolean Is the perform() function available?
create ( integer $rule ) : Ingo_Script Returns a Ingo_Script instance.
createAll ( ) : array Returns all Ingo_Script instances.
hasFeature ( string $feature ) : boolean Returns whether the script drivers support a certain feature.
perform ( integer $change = null ) Performs the filtering specified in all rules.

Method Details

activateAll() public méthode

Activate all scripts.
public activateAll ( boolean $auto_update = true )
$auto_update boolean Only update if auto_update is active?

canPerform() public méthode

Is the perform() function available?
public canPerform ( ) : boolean
Résultat boolean True if perform() is available, false if not.

create() public méthode

Returns a Ingo_Script instance.
public create ( integer $rule ) : Ingo_Script
$rule integer A script rule, one of the Ingo::RULE_* constants.
Résultat Ingo_Script A Ingo_Script instance.

createAll() public méthode

Returns all Ingo_Script instances.
public createAll ( ) : array
Résultat array All Ingo_Script instances.

hasFeature() public méthode

Returns whether the script drivers support a certain feature.
See also: Ingo_Script_Base::hasFeature()
public hasFeature ( string $feature ) : boolean
$feature string A feature name.
Résultat boolean True if this feature is supported.

perform() public méthode

Performs the filtering specified in all rules.
public perform ( integer $change = null )
$change integer The timestamp of the latest rule change during the current session.