PHP Class Horde_Form_Type, horde

Author: Robert E. Coyle ([email protected])
Mostrar archivo Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__get ( $property )
__set ( $property, $value )
getInfo ( &$vars, &$var, &$info )
getProperty ( $property )
getTypeName ( )
getValues ( )
init ( ) Initialize (kind of constructor) - Parameter list may vary on overloading
isValid ( &$var, &$vars, $value, &$message )
onSubmit ( )
setProperty ( $property, $value )

Method Details

__get() public method

public __get ( $property )

__set() public method

public __set ( $property, $value )

getInfo() public method

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

getProperty() public method

public getProperty ( $property )

getTypeName() public method

public getTypeName ( )

getValues() public method

public getValues ( )

init() public method

Initialize (kind of constructor) - Parameter list may vary on overloading
public init ( )

isValid() public method

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

onSubmit() public method

public onSubmit ( )

setProperty() public method

public setProperty ( $property, $value )