PHP Class Horde_Form_Type_mlenum, horde

Inheritance: extends Horde_Form_Type
显示文件 Open project: horde/horde

Public Properties

Property Type Description
$_prompts
$_values

Public Methods

Method Description
about ( ) Return info about field type.
getInfo ( &$vars, &$var, &$info )
getPrompts ( )
getValues ( )
init ( &$values, $prompts = null )
isValid ( &$var, &$vars, $value, &$message )
onSubmit ( &$var, &$vars )

Method Details

about() public method

Return info about field type.
public about ( )

getInfo() public method

public getInfo ( &$vars, &$var, &$info )

getPrompts() public method

public getPrompts ( )

getValues() public method

public getValues ( )

init() public method

public init ( &$values, $prompts = null )

isValid() public method

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

onSubmit() public method

public onSubmit ( &$var, &$vars )

Property Details

$_prompts public_oe property

public $_prompts

$_values public_oe property

public $_values