Dotclear 2.25
|
HTML Forms hidden field creation helpers. More...
Public Member Functions | |
__construct ($id=null, ?string $value=null) | |
![]() | |
__construct ($id=null, string $type='text', bool $renderLabel=true) | |
render () | |
getDefaultElement () | |
![]() | |
__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 | init (... $args) |
render () | |
getDefaultElement () | |
HTML Forms hidden field creation helpers.
__construct | ( | $id = null , |
|
?string | $value = null |
||
) |
Constructs a new instance.
mixed | $id | The identifier |
string | $value | The value |