PHP Класс 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.
Автор: Duck ([email protected])
Наследование: extends Horde_Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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

_getInfoFromVariables() публичный Метод

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() публичный Метод

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.