[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/pear/HTML/QuickForm/ -> hidden.php (summary)

(no description)

File Size: 96 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

HTML_QuickForm_hidden:: (4 methods):
  __construct()
  HTML_QuickForm_hidden()
  freeze()
  accept()


Class: HTML_QuickForm_hidden  - X-Ref

HTML class for a hidden type element

__construct($elementName=null, $value='', $attributes=null)   X-Ref
Class constructor

param: string    $elementName    (optional)Input field name attribute
param: string    $value          (optional)Input field value
param: mixed     $attributes     (optional)Either a typical HTML attribute string
return: void

HTML_QuickForm_hidden($elementName=null, $value='', $attributes=null)   X-Ref
Old syntax of class constructor. Deprecated in PHP7.


freeze()   X-Ref
Freeze the element so that only its value is returned

return: void

accept(&$renderer, $required=false, $error=null)   X-Ref
Accepts a renderer

param: object     An HTML_QuickForm_Renderer object
return: void



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1