PHP 클래스 Ingo_Factory_Script, horde

저자: Michael Slusarz ([email protected])
저자: Jan Schneider ([email protected])
상속: extends Horde_Core_Factory_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
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.