PHP Класс Horde_Form_Type_multienum, horde

См. также: Horde_Form_Type_enum
Наследование: extends Horde_Form_Type_enum
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$size

Открытые методы

Метод Описание
about ( ) Return info about field type.
init ( array $values, integer $size = null ) Initialize (kind of constructor)
isValid ( &$var, &$vars, $value, &$message )

Описание методов

about() публичный Метод

Return info about field type.
public about ( )

init() публичный Метод

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 isValid ( &$var, &$vars, $value, &$message )

Описание свойств

$size публичное свойство

public $size