PHP 클래스 Ingo_Script_Ispconfig_Vacation, horde

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

공개 프로퍼티들

프로퍼티 타입 설명
$disable boolean
$vacation Ingo_Rule_System_Vacation

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $params = [] )
$params array Array of parameters. Expected fields are 'vacation'.

generate() 공개 메소드

Generates code to represent the vacation message.
public generate ( ) : string
리턴 string Code to represent the vacation message.

프로퍼티 상세

$disable 공개적으로 프로퍼티

public bool $disable
리턴 boolean

$vacation 공개적으로 프로퍼티

public Ingo_Rule_System_Vacation $vacation
리턴 Ingo_Rule_System_Vacation