phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
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\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\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\common\html\BaseWidget\$identifier
$identifier
Definition:
BaseWidget.php:14
AbstractCheckbox
Ajax\semantic\html\modules\checkbox
Definition:
AbstractCheckbox.php:2
Ajax
semantic
html
modules
checkbox
HtmlRadio.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13