phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
HtmlFormRadio.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\semantic\html\collections\form
;
4
5
use
Ajax\semantic\html\modules\checkbox\HtmlRadio
;
6
use
Ajax\semantic\html\collections\form\traits\CheckboxTrait
;
7
14
class
HtmlFormRadio
extends
HtmlFormField
,
CheckboxTrait
{
15
16
public
function
__construct
(
$identifier
, $name=NULL, $label=NULL, $value=NULL, $type=NULL) {
17
parent::__construct(
"field-"
.
$identifier
,
new
HtmlRadio
(
$identifier
, $name, $label, $value, $type));
18
$this->_identifier=
$identifier
;
19
}
20
}
Ajax\common\html\BaseWidget\$identifier
$identifier
Definition
BaseWidget.php:14
Ajax\semantic\html\collections\form\HtmlFormField
Definition
HtmlFormField.php:15
Ajax\semantic\html\collections\form\HtmlFormRadio
Semantic Radio component.
Definition
HtmlFormRadio.php:14
Ajax\semantic\html\collections\form\HtmlFormRadio\__construct
__construct($identifier, $name=NULL, $label=NULL, $value=NULL, $type=NULL)
Definition
HtmlFormRadio.php:16
Ajax\semantic\html\collections\form\traits\CheckboxTrait
Definition
CheckboxTrait.php:13
Ajax\semantic\html\modules\checkbox\HtmlRadio
Definition
HtmlRadio.php:7
Ajax\semantic\html\collections\form
Definition
HtmlForm.php:3
Ajax
semantic
html
collections
form
HtmlFormRadio.php
Generated on Sun Dec 10 2023 16:16:05 for
phpMv-UI
by
doxygen
1.9.8