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
Author: Marko Djukic ([email protected])
Inheritance: extends Horde_Form
Datei anzeigen Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_useFormToken boolean

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

Constructor
public __construct ( &$vars )

getInfo() 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
public getRenderer ( $params = [] )

Property Details

$_useFormToken protected_oe property

protected bool $_useFormToken
return boolean