PHP 클래스 Ingo_Script_Procmail_Variable, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_name
$_value

공개 메소드들

메소드 설명
__construct ( array $params = [] ) Constructs a new procmail variable.
generate ( ) : string Generates procmail code to represent the variable.

메소드 상세

__construct() 공개 메소드

Constructs a new procmail variable.
public __construct ( array $params = [] )
$params array Array of parameters. Expected fields are 'name' and 'value'.

generate() 공개 메소드

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

프로퍼티 상세

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

protected $_name

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

protected $_value