PHP 클래스 Ingo_Script_Sieve_Else, horde

저자: Mike Cochrane ([email protected])
저자: Jan Schneider ([email protected])
상속: extends Ingo_Script_Sieve_Base
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_actions array A list of Ingo_Script_Sieve_Action objects that go into the else clause.

공개 메소드들

메소드 설명
__construct ( mixed $actions = null ) Constructor.
check ( ) : boolean | string Checks if all sub-rules are valid.
generate ( ) : string Returns a script snippet representing this rule and any sub-rules.
getActions ( )
requires ( ) : array Returns a list of sieve extensions required for this rule and any sub-rules.
setActions ( $actions )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( mixed $actions = null )
$actions mixed An Ingo_Script_Sieve_Action object or a list of Ingo_Script_Sieve_Action objects.

check() 공개 메소드

Checks if all sub-rules are valid.
public check ( ) : boolean | string
리턴 boolean | string True if all rules are valid, an error message otherwise.

generate() 공개 메소드

Returns a script snippet representing this rule and any sub-rules.
public generate ( ) : string
리턴 string A Sieve script snippet.

getActions() 공개 메소드

public getActions ( )

requires() 공개 메소드

Returns a list of sieve extensions required for this rule and any sub-rules.
public requires ( ) : array
리턴 array A Sieve extension list.

setActions() 공개 메소드

public setActions ( $actions )

프로퍼티 상세

$_actions 보호되어 있는 프로퍼티

A list of Ingo_Script_Sieve_Action objects that go into the else clause.
protected array $_actions
리턴 array