Horde_Form_VarRenderer
in package
The Horde_Form_VarRenderer:: class provides base functionality for other Horde_Form elements.
Copyright 2003-2017 Horde LLC (http://www.horde.org/) Copyright 2005-2007 Matt Warden mwarden@gmail.com
See the enclosed file COPYING for license information (LGPL).
Tags
Table of Contents
- render() : mixed
- Renders a variable.
- renderEnd() : mixed
- Finishes rendering after all fields are output.
Methods
render()
Renders a variable.
public
render(Horde_Form $form, Horde_Form_Variable $var, Variables $vars[, bool $isInput = false ]) : mixed
Parameters
- $form : Horde_Form
-
Reference to a Horde_Form instance, or null if none is available.
- $var : Horde_Form_Variable
-
Reference to a Horde_Form_Variable.
- $vars : Variables
-
A Variables instance.
- $isInput : bool = false
-
Whether this is an input field.
Return values
mixed —renderEnd()
Finishes rendering after all fields are output.
public
renderEnd() : mixed