PHP Class Ingo_Script_Ispconfig_Vacation, horde

Author: Jan Schneider ([email protected])
Inheritance: implements Ingo_Script_Item
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$disable boolean
$vacation Ingo_Rule_System_Vacation

Méthodes publiques

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

Method Details

__construct() public méthode

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

generate() public méthode

Generates code to represent the vacation message.
public generate ( ) : string
Résultat string Code to represent the vacation message.

Property Details

$disable public_oe property

public bool $disable
Résultat boolean

$vacation public_oe property

public Ingo_Rule_System_Vacation $vacation
Résultat Ingo_Rule_System_Vacation