PHP Класс Ingo_Script_Ispconfig_Vacation, horde

Автор: Jan Schneider ([email protected])
Наследование: implements Ingo_Script_Item
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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