PHP Class Folks_Search_Form, horde

See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Author: Duck ([email protected])
Inheritance: extends Horde_Form
Exibir arquivo Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__construct ( $vars, $title = '', $name = null )
_getInfoFromVariables ( array $variables, object &$vars, array &$info ) Fetch the field values from a given array of variables.
getInfo ( Variables $vars, array &$info ) Fetch the field values of the submitted form.

Method Details

__construct() public method

public __construct ( $vars, $title = '', $name = null )

_getInfoFromVariables() public method

Fetch the field values from a given array of variables.
public _getInfoFromVariables ( array $variables, object &$vars, array &$info )
$variables array An array of Horde_Form_Variable objects to fetch from.
$vars object The Variables object.
$info array The array to be filled with the submitted field values.

getInfo() public method

Fetch the field values of the submitted form.
public getInfo ( Variables $vars, array &$info )
$vars Variables A Variables instance, optional since Horde 3.2.
$info array Array to be filled with the submitted field values.