PHP 클래스 Ingo_Script_Sieve_Require, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_requires array

공개 메소드들

메소드 설명
__construct ( array $requires ) Constructor.
generate ( ) : string Returns a script snippet representing this rule.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $requires )
$requires array The required extensions.

generate() 공개 메소드

Returns a script snippet representing this rule.
public generate ( ) : string
리턴 string A Sieve script snippet.

프로퍼티 상세

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

protected array $_requires
리턴 array