PHP 클래스 Ingo_Script_Procmail_Default, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_params

공개 메소드들

메소드 설명
__construct ( array $params = [] ) Constructor.
generate ( ) : string Generates procmail code to represent the default delivery rule.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $params = [] )
$params array Array of parameters. Expected fields are 'delivery_agent' and optionally 'delivery_mailbox_prefix'.

generate() 공개 메소드

Generates procmail code to represent the default delivery rule.
public generate ( ) : string
리턴 string Procmail code to represent the default rule.

프로퍼티 상세

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

protected $_params