Folks_Search_Form
        
        extends Horde_Form
    
    
            
            in package
            
        
    
    
    
        
            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.
Tags
Table of Contents
- __construct() : mixed
- _getInfoFromVariables() : mixed
- Fetch the field values from a given array of variables.
- getInfo() : mixed
- Fetch the field values of the submitted form.
Methods
__construct()
    public
                __construct(mixed $vars[, mixed $title = '' ][, mixed $name = null ]) : mixed
        
        Parameters
- $vars : mixed
- $title : mixed = ''
- $name : mixed = null
Return values
mixed —_getInfoFromVariables()
Fetch the field values from a given array of variables.
    public
                _getInfoFromVariables(array<string|int, mixed> $variables, object &$vars, array<string|int, mixed> &$info) : mixed
    
        Parameters
- $variables : array<string|int, mixed>
- 
                    An array of Horde_Form_Variable objects to fetch from. 
- $vars : object
- 
                    The Variables object. 
- $info : array<string|int, mixed>
- 
                    The array to be filled with the submitted field values. 
Tags
Return values
mixed —getInfo()
Fetch the field values of the submitted form.
    public
                getInfo(Variables $vars, array<string|int, mixed> &$info) : mixed
    
        Parameters
- $vars : Variables
- 
                    A Variables instance, optional since Horde 3.2. 
- $info : array<string|int, mixed>
- 
                    Array to be filled with the submitted field values.