PHP Class Ingo_Form_Vacation, horde

Author: Jan Schneider ([email protected])
Inheritance: extends Ingo_Form_Base
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_end Horde_Form_Variable The end date field.
$_start Horde_Form_Variable The start date field.

Méthodes publiques

Méthode Description
__construct ( $vars, $title = '', $name = null, $features = null )
validate ( $vars = null, $canAutoFill = false ) Additional validate of start and end date fields.

Method Details

__construct() public méthode

public __construct ( $vars, $title = '', $name = null, $features = null )

validate() public méthode

Additional validate of start and end date fields.
public validate ( $vars = null, $canAutoFill = false )

Property Details

$_end protected_oe property

The end date field.
protected Horde_Form_Variable $_end
Résultat Horde_Form_Variable

$_start protected_oe property

The start date field.
protected Horde_Form_Variable $_start
Résultat Horde_Form_Variable