Documentation

Ingo_Script_Ispconfig_Vacation
in package
implements Ingo_Script_Item

The Ingo_Script_Ispconfig_Vacation class represents a ISPConfig vacation message.

Tags
author

Jan Schneider jan@horde.org

category

Horde

license

http://www.horde.org/licenses/apache ASL

Interfaces, Classes, Traits and Enums

Ingo_Script_Item
The Ingo_Script_Item interface is an interface for individual items representing code snippets of a filter script.

Table of Contents

$disable  : bool
$vacation  : Ingo_Rule_System_Vacation
__construct()  : mixed
Constructor.
generate()  : string
Generates code to represent the vacation message.

Properties

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $params = array() ]) : mixed
Parameters
$params : array<string|int, mixed> = array()

Array of parameters. Expected fields are 'vacation'.

Return values
mixed

generate()

Generates code to represent the vacation message.

public generate() : string
Return values
string

Code to represent the vacation message.

Search results