PHP 클래스 Horde_Form_Type_multienum, horde

또한 보기: Horde_Form_Type_enum
상속: extends Horde_Form_Type_enum
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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