PHP 클래스 Ingo_Rule_System_Vacation, horde

저자: Michael Slusarz ([email protected])
상속: extends Ingo_Rule_Addresses, implements Ingo_Rule_System
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_days integer Number of vacation days.
$_end integer End date.
$_exclude array Vacation address exclusions.
$_ignoreList boolean Ignore list messages?
$_reason string Reason.
$_start integer Start date.
$_subject string Subject of outgoing message.

공개 메소드들

메소드 설명
__construct ( ) Constructor.
__get ( $name )
__set ( $name, $data )
vacationReason ( string $reason, integer $start, integer $end ) : string Returns the vacation reason with all placeholder replaced.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

__get() 공개 메소드

public __get ( $name )

__set() 공개 메소드

public __set ( $name, $data )

vacationReason() 공개 정적인 메소드

Returns the vacation reason with all placeholder replaced.
public static vacationReason ( string $reason, integer $start, integer $end ) : string
$reason string The vacation reason including placeholders.
$start integer The vacation start timestamp.
$end integer The vacation end timestamp.
리턴 string The vacation reason suitable for usage in the filter scripts.

프로퍼티 상세

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

Number of vacation days.
protected int $_days
리턴 integer

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

End date.
protected int $_end
리턴 integer

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

Vacation address exclusions.
protected array $_exclude
리턴 array

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

Ignore list messages?
protected bool $_ignoreList
리턴 boolean

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

Reason.
protected string $_reason
리턴 string

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

Start date.
protected int $_start
리턴 integer

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

Subject of outgoing message.
protected string $_subject
리턴 string