phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
HtmlFormRadio.php
Go to the documentation of this file.
1 <?php
2 
4 
7 
15  use CheckboxTrait;
16 
17  public function __construct($identifier, $name=NULL, $label=NULL, $value=NULL, $type=NULL) {
18  parent::__construct("field-".$identifier, new HtmlRadio($identifier, $name, $label, $value, $type));
19  $this->_identifier=$identifier;
20  }
21 }
__construct($identifier, $name=NULL, $label=NULL, $value=NULL, $type=NULL)