\Folks_Search_Form

Copyright 2008-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.

Summary

Methods
Properties
Constants
__construct()
getInfo()
_getInfoFromVariables()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

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

Parameters

$vars
$title
$name

getInfo()

getInfo(\Variables  $vars, array  $info) 

Fetch the field values of the submitted form.

Parameters

\Variables $vars

A Variables instance, optional since Horde 3.2.

array $info

Array to be filled with the submitted field values.

_getInfoFromVariables()

_getInfoFromVariables(array  $variables, object  $vars, array  $info) 

Fetch the field values from a given array of variables.

Parameters

array $variables

An array of Horde_Form_Variable objects to fetch from.

object $vars

The Variables object.

array $info

The array to be filled with the submitted field values.