Horde_Core_Auth_Signup_Form
extends Horde_Form
in package
Horde Signup Form.
Copyright 2003-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://opensource.org/licenses/lgpl-2.1.php
Tags
Table of Contents
Properties
- $_useFormToken : bool
Methods
- __construct() : mixed
- Constructor
- getInfo() : mixed
- Fetch the field values of the submitted form.
- getRenderer() : mixed
- Get the renderer for this form
Properties
$_useFormToken
protected
bool
$_useFormToken
= \true
Methods
__construct()
Constructor
public
__construct(mixed &$vars) : mixed
Parameters
- $vars : 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 (Needed?).
- $info : array<string|int, mixed>
-
Array to be filled with the submitted field values.
getRenderer()
Get the renderer for this form
public
getRenderer([mixed $params = array() ]) : mixed
Parameters
- $params : mixed = array()