phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
HtmlContentOnly.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\common\html
;
4
5
class
HtmlContentOnly
extends
HtmlDoubleElement
{
6
public
function
__construct
(
$content
,
$identifier
=
""
){
7
parent::__construct(
$identifier
);
8
$this->_template=
'%wrapContentBefore%%content%%wrapContentAfter%'
;
9
$this->
setContent
(
$content
);
10
}
11
}
12
Ajax\common\html\BaseWidget\$identifier
$identifier
Definition
BaseWidget.php:14
Ajax\common\html\HtmlContentOnly
Definition
HtmlContentOnly.php:5
Ajax\common\html\HtmlContentOnly\__construct
__construct($content, $identifier="")
Definition
HtmlContentOnly.php:6
Ajax\common\html\HtmlDoubleElement
Definition
HtmlDoubleElement.php:8
Ajax\common\html\HtmlDoubleElement\setContent
setContent($content)
Definition
HtmlDoubleElement.php:27
Ajax\common\html\HtmlDoubleElement\$content
$content
Definition
HtmlDoubleElement.php:14
Ajax\common\html
Definition
BaseHtml.php:2
Ajax
common
html
HtmlContentOnly.php
Generated on Sun Dec 10 2023 16:15:57 for
phpMv-UI
by
doxygen
1.9.8