phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
JquerySemantic.php
Go to the documentation of this file.
1
<?php
2
namespace
Ajax\php\symfony
;
3
4
use Symfony\Component\Routing\RouterInterface;
5
use Symfony\Component\DependencyInjection\ContainerInterface;
6
7
class
JquerySemantic
extends
Jquery_
{
8
9
public
function
__construct
(RouterInterface $router,ContainerInterface
$container
){
10
parent::__construct([
"semantic"
=>
true
,
"defer"
=>
true
],$router);
11
$this->container=
$container
;
12
}
13
}
Ajax\php\symfony\Jquery_
Definition
Jquery_.php:7
Ajax\php\symfony\Jquery_\$container
$container
Definition
Jquery_.php:8
Ajax\php\symfony\JquerySemantic
Definition
JquerySemantic.php:7
Ajax\php\symfony\JquerySemantic\__construct
__construct(RouterInterface $router, ContainerInterface $container)
Definition
JquerySemantic.php:9
Ajax\php\symfony
Definition
Jquery_.php:2
Ajax
php
symfony
JquerySemantic.php
Generated on Sun Dec 10 2023 16:15:59 for
phpMv-UI
by
doxygen
1.9.8