PHP Class Horde_Form_Type_assign, horde

Inheritance: extends Horde_Form_Type
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$_leftHeader
$_leftValues
$_rightHeader
$_rightValues
$_size
$_width

Méthodes publiques

Méthode 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 méthode

Return info about field type.
public about ( )

getHeader() public méthode

public getHeader ( $side )

getInfo() public méthode

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

getOptions() public méthode

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

getSize() public méthode

public getSize ( )

getValues() public méthode

public getValues ( $side )

getWidth() public méthode

public getWidth ( )

init() public méthode

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

isValid() public méthode

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

setValues() public méthode

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