PHP Класс Ingo_Factory_Script, horde

Автор: Michael Slusarz ([email protected])
Автор: Jan Schneider ([email protected])
Наследование: extends Horde_Core_Factory_Base
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

activateAll() публичный Метод

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

canPerform() публичный Метод

Is the perform() function available?
public canPerform ( ) : boolean
Результат boolean True if perform() is available, false if not.

create() публичный Метод

Returns a Ingo_Script instance.
public create ( integer $rule ) : Ingo_Script
$rule integer A script rule, one of the Ingo::RULE_* constants.
Результат Ingo_Script A Ingo_Script instance.

createAll() публичный Метод

Returns all Ingo_Script instances.
public createAll ( ) : array
Результат array All Ingo_Script instances.

hasFeature() публичный Метод

Returns whether the script drivers support a certain feature.
См. также: Ingo_Script_Base::hasFeature()
public hasFeature ( string $feature ) : boolean
$feature string A feature name.
Результат boolean True if this feature is supported.

perform() публичный Метод

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.