extends abstract class Phalcon\Forms\Element
implements Phalcon\Forms\ElementInterface
Source on GitHub
Component INPUT[type=hidden] for forms
Methods
public render ([array $attributes])
Renders the element widget returning html
public __construct (string $name, [array $attributes]) inherited from Phalcon\Forms\Element
Phalcon\Forms\Element constructor
public setForm (Phalcon\Forms\Form $form) inherited from Phalcon\Forms\Element
Sets the parent form to the element
public getForm () inherited