phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
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\common\html\BaseWidget\$identifier
$identifier
Definition
BaseWidget.php:14
Ajax\common\html\HtmlDoubleElement\$content
$content
Definition
HtmlDoubleElement.php:14
Ajax\semantic\html\base\HtmlSemDoubleElement
Base class for Semantic double elements.
Definition
HtmlSemDoubleElement.php:23
Ajax\semantic\html\elements\HtmlLoader
Definition
HtmlLoader.php:12
Ajax\semantic\html\elements\HtmlLoader\__construct
__construct($identifier, $content=NULL)
Definition
HtmlLoader.php:14
Ajax\semantic\html\elements
Ajax
semantic
html
elements
HtmlLoader.php
Generated on Sun Dec 10 2023 16:16:08 for
phpMv-UI
by
doxygen
1.9.8