PHP Class Horde_Form_Type, horde

Author: Robert E. Coyle ([email protected])
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

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

public __get ( $property )

__set() public méthode

public __set ( $property, $value )

getInfo() public méthode

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

getProperty() public méthode

public getProperty ( $property )

getTypeName() public méthode

public getTypeName ( )

getValues() public méthode

public getValues ( )

init() public méthode

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

isValid() public méthode

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

onSubmit() public méthode

public onSubmit ( )

setProperty() public méthode

public setProperty ( $property, $value )