PHP Class Ingo_Script_Ispconfig_Vacation, horde

Author: Jan Schneider ([email protected])
Inheritance: implements Ingo_Script_Item
ファイルを表示 Open project: horde/horde

Public Properties

Property Type Description
$disable boolean
$vacation Ingo_Rule_System_Vacation

Public Methods

Method Description
__construct ( array $params = [] ) Constructor.
generate ( ) : string Generates code to represent the vacation message.

Method Details

__construct() public method

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

generate() public method

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

Property Details

$disable public_oe property

public bool $disable
return boolean

$vacation public_oe property

public Ingo_Rule_System_Vacation $vacation
return Ingo_Rule_System_Vacation