PHP Class Horde_Form_Type_assign, horde

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

Public Properties

Property Type Description
$_leftHeader
$_leftValues
$_rightHeader
$_rightValues
$_size
$_width

Public Methods

Method Description
about ( ) Return info about field type.
getHeader ( $side )
getInfo ( &$vars, &$var, &$info )
getOptions ( $side, $formname, $varname )
getSize ( )
getValues ( $side )
getWidth ( )
init ( $leftValues, $rightValues, $leftHeader = '', $rightHeader = '', $size = 8, $width = '200px' )
isValid ( &$var, &$vars, $value, &$message )
setValues ( $side, $values )

Method Details

about() public method

Return info about field type.
public about ( )

getHeader() public method

public getHeader ( $side )

getInfo() public method

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

getOptions() public method

public getOptions ( $side, $formname, $varname )

getSize() public method

public getSize ( )

getValues() public method

public getValues ( $side )

getWidth() public method

public getWidth ( )

init() public method

public init ( $leftValues, $rightValues, $leftHeader = '', $rightHeader = '', $size = 8, $width = '200px' )

isValid() public method

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

setValues() public method

public setValues ( $side, $values )

Property Details

$_leftHeader public_oe property

public $_leftHeader

$_leftValues public_oe property

public $_leftValues

$_rightHeader public_oe property

public $_rightHeader

$_rightValues public_oe property

public $_rightValues

$_size public_oe property

public $_size

$_width public_oe property

public $_width