PHP Class Horde_Form_Type_sorter, horde

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

Public Properties

Property Type Description
$_header
$_instance
$_size
$_values

Public Methods

Method Description
about ( ) Return info about field type.
getHeader ( )
getInfo ( &$vars, &$var, &$info )
getOptions ( $keys = null )
getSize ( )
getValues ( )
init ( $values, $size = 8, $header = '' )
isValid ( &$var, &$vars, $value, &$message )

Method Details

about() public method

Return info about field type.
public about ( )

getHeader() public method

public getHeader ( )

getInfo() public method

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

getOptions() public method

public getOptions ( $keys = null )

getSize() public method

public getSize ( )

getValues() public method

public getValues ( )

init() public method

public init ( $values, $size = 8, $header = '' )

isValid() public method

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

Property Details

$_header public_oe property

public $_header

$_instance public_oe property

public $_instance

$_size public_oe property

public $_size

$_values public_oe property

public $_values