phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
HtmlLoader.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\semantic\html\elements
;
4
5
use
Ajax\semantic\html\base\HtmlSemDoubleElement
;
6
12
class
HtmlLoader
extends
HtmlSemDoubleElement
{
13
14
public
function
__construct
(
$identifier
,
$content
=NULL) {
15
parent::__construct(
$identifier
,
"div"
,
"ui loader"
,
$content
);
16
}
17
}
Ajax\semantic\html\elements\HtmlLoader
Definition:
HtmlLoader.php:12
HtmlSemDoubleElement
Ajax\common\html\BaseWidget\$identifier
$identifier
Definition:
BaseWidget.php:14
Ajax\semantic\html\base\HtmlSemDoubleElement
Base class for Semantic double elements.
Definition:
HtmlSemDoubleElement.php:23
Ajax\semantic\html\elements\HtmlLoader\__construct
__construct($identifier, $content=NULL)
Definition:
HtmlLoader.php:14
Ajax\semantic\html\elements
Ajax\common\html\HtmlDoubleElement\$content
$content
Definition:
HtmlDoubleElement.php:14
Ajax
semantic
html
elements
HtmlLoader.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13