PHP Class Horde_Form_Type_multienum, horde

See also: Horde_Form_Type_enum
Inheritance: extends Horde_Form_Type_enum
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Свойство Type Description
$size

Méthodes publiques

Méthode Description
about ( ) Return info about field type.
init ( array $values, integer $size = null ) Initialize (kind of constructor)
isValid ( &$var, &$vars, $value, &$message )

Method Details

about() public méthode

Return info about field type.
public about ( )

init() public méthode

Initialize (kind of constructor)
public init ( array $values, integer $size = null )
$values array A hash map where the key is the internal 'value' to process and the value is the caption presented to the user
$size integer The number of rows the multienum should display before scrolling

isValid() public méthode

public isValid ( &$var, &$vars, $value, &$message )

Property Details

$size public_oe property

public $size