PHP Class Horde_Form_Type_set, horde

Inheritance: extends Horde_Form_Type
Datei anzeigen Open project: horde/horde

Public Properties

Property Type Description
$_checkAll
$_values

Public Methods

Method Description
about ( ) Return info about field type.
getValues ( )
init ( $values, $checkAll = false )
isValid ( &$var, &$vars, $value, &$message )

Method Details

about() public method

Return info about field type.
public about ( )

getValues() public method

public getValues ( )

init() public method

public init ( $values, $checkAll = false )

isValid() public method

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

Property Details

$_checkAll public_oe property

public $_checkAll

$_values public_oe property

public $_values