PHP 클래스 Horde_Form_Type_enum, horde

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

공개 프로퍼티들

프로퍼티 타입 설명
$_prompt
$_values

공개 메소드들

메소드 설명
about ( ) Return info about field type.
getPrompt ( )
getValues ( )
init ( array $values, string | boolean $prompt = null ) Initialize (kind of constructor)
isValid ( &$var, &$vars, $value, &$message )
setValues ( $values )

메소드 상세

about() 공개 메소드

Return info about field type.
public about ( )

getPrompt() 공개 메소드

public getPrompt ( )

getValues() 공개 메소드

public getValues ( )

init() 공개 메소드

Initialize (kind of constructor)
public init ( array $values, string | boolean $prompt = 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
$prompt string | boolean A null value text to prompt user selecting a value. Use a default if boolean true, else use the supplied string. No prompt on false.

isValid() 공개 메소드

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

setValues() 공개 메소드

public setValues ( $values )

프로퍼티 상세

$_prompt 공개적으로 프로퍼티

public $_prompt

$_values 공개적으로 프로퍼티

public $_values