Dotclear 2.25
Loading...
Searching...
No Matches
formHidden Class Reference

HTML Forms hidden field creation helpers. More...

Inheritance diagram for formHidden:
formInput formComponent

Public Member Functions

 __construct ($id=null, ?string $value=null)
 
- Public Member Functions inherited from formInput
 __construct ($id=null, string $type='text', bool $renderLabel=true)
 
 render ()
 
 getDefaultElement ()
 
- Public Member Functions inherited from formComponent
 __construct (?string $type=null, ?string $_element=null)
 
 __get (string $property)
 
 __set (string $property, $value)
 
 __isset (string $property)
 
 __unset (string $property)
 
 __call (string $method, $arguments)
 
 __invoke ()
 
 getType ()
 
 setType (string $type)
 
 getElement ()
 
 setElement (string $element)
 
 attachLabel (?formLabel $label=null, ?int $position=null)
 
 detachLabel ()
 
 setIdentifier ($identifier)
 
 checkMandatoryAttributes ()
 
 renderCommonAttributes (bool $includeValue=true)
 

Additional Inherited Members

- Static Public Member Functions inherited from formComponent
static init (... $args)
 
 render ()
 
 getDefaultElement ()
 

Detailed Description

HTML Forms hidden field creation helpers.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $id = null,
?string  $value = null 
)

Constructs a new instance.

Parameters
mixed$idThe identifier
string$valueThe value

The documentation for this class was generated from the following file: