PHP 클래스 Ingo_Script_Sieve_Action, horde

An action is anything that has a side effect eg: discard, redirect.
저자: Mike Cochrane ([email protected])
저자: Jan Schneider ([email protected])
상속: implements Ingo_Script_Item
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_vars array Any necessary action parameters.

공개 메소드들

메소드 설명
check ( ) : boolean | string Checks if the rule parameters are valid.

메소드 상세

check() 추상적인 공개 메소드

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

프로퍼티 상세

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

Any necessary action parameters.
protected array $_vars
리턴 array