phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
UIService.php
Go to the documentation of this file.
1
<?php
2
namespace
Ajax\php\ubiquity
;
3
4
use
Ajax\Semantic
;
5
use Ubiquity\controllers\Controller;
6
15
class
UIService
{
16
17
protected
Controller
$controller
;
18
19
protected
JsUtils
$jquery
;
20
21
protected
Semantic
$semantic
;
22
23
public
function
__construct
(Controller
$controller
) {
24
$this->jquery =
$controller
->jquery;
25
$this->controller =
$controller
;
26
$this->semantic = $this->jquery->semantic();
27
}
28
29
public
function
renderView
(
string
$viewName,array $parameters=[],
bool
$asString=
false
){
30
return
$this->jquery->renderView($viewName,$parameters,$asString);
31
}
32
33
public
function
compile
(){
34
echo $this->jquery->compile();
35
}
36
}
37
Ajax\Semantic
Definition
Semantic.php:14
Ajax\php\ubiquity\JsUtils
Definition
JsUtils.php:10
Ajax\php\ubiquity\UIService
Ajax\php\ubiquity$UIService This class is part of phpMv-UI.
Definition
UIService.php:15
Ajax\php\ubiquity\UIService\compile
compile()
Definition
UIService.php:33
Ajax\php\ubiquity\UIService\__construct
__construct(Controller $controller)
Definition
UIService.php:23
Ajax\php\ubiquity\UIService\renderView
renderView(string $viewName, array $parameters=[], bool $asString=false)
Definition
UIService.php:29
Ajax\php\ubiquity\UIService\$controller
Controller $controller
Definition
UIService.php:17
Ajax\php\ubiquity\UIService\$jquery
JsUtils $jquery
Definition
UIService.php:19
Ajax\php\ubiquity\UIService\$semantic
Semantic $semantic
Definition
UIService.php:21
Ajax\php\ubiquity
Definition
JsUtils.php:2
Ajax
php
ubiquity
UIService.php
Generated on Sun Dec 10 2023 16:15:59 for
phpMv-UI
by
doxygen
1.9.8