phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
HtmlRadio.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\semantic\html\modules\checkbox
;
4
5
use
Ajax\semantic\html\modules\checkbox\AbstractCheckbox
;
6
7
class
HtmlRadio
extends
AbstractCheckbox
{
8
9
public
function
__construct
(
$identifier
, $name=NULL, $label=NULL, $value=NULL, $checkboxType=NULL) {
10
parent::__construct(
$identifier
, $name, $label, $value,
"radio"
,
"radio checkbox"
);
11
if
(isset($checkboxType)) {
12
$this->
setType
($checkboxType);
13
}
14
}
15
}
Ajax\common\html\BaseWidget\$identifier
$identifier
Definition
BaseWidget.php:14
Ajax\semantic\html\modules\checkbox\AbstractCheckbox
Definition
AbstractCheckbox.php:8
Ajax\semantic\html\modules\checkbox\AbstractCheckbox\setType
setType($checkboxType)
Definition
AbstractCheckbox.php:37
Ajax\semantic\html\modules\checkbox\HtmlRadio
Definition
HtmlRadio.php:7
Ajax\semantic\html\modules\checkbox\HtmlRadio\__construct
__construct($identifier, $name=NULL, $label=NULL, $value=NULL, $checkboxType=NULL)
Definition
HtmlRadio.php:9
Ajax\semantic\html\modules\checkbox
Definition
AbstractCheckbox.php:2
Ajax
semantic
html
modules
checkbox
HtmlRadio.php
Generated on Sun Dec 10 2023 16:16:08 for
phpMv-UI
by
doxygen
1.9.8