PHP Class Horde_Core_Auth_Signup_Form, horde
Copyright 2003-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did
not receive this file, see http://opensource.org/licenses/lgpl-2.1.php
ファイルを表示
Open project: horde/horde
Class Usage Examples
Protected Properties
Public Methods
Method |
Description |
|
__construct ( &$vars ) |
Constructor |
|
getInfo ( Variables $vars, array &$info ) |
Fetch the field values of the submitted form. |
|
getRenderer ( $params = [] ) |
Get the renderer for this form |
|
Method Details
__construct()
public method
Fetch the field values of the submitted form.
public getInfo ( Variables $vars, array &$info ) |
$vars |
Variables |
A Variables instance (Needed?). |
$info |
array |
Array to be filled with the submitted field
values. |
getRenderer()
public method
Get the renderer for this form
Property Details