phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
JqueryBootstrap.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
JqueryBootstrap
extends
Jquery_
{
8
9
public
function
__construct
(RouterInterface $router,ContainerInterface
$container
){
10
parent::__construct([
"bootstrap"
=>
true
,
"defer"
=>
true
],$router);
11
$this->container=
$container
;
12
}
13
}
Ajax\php\symfony\JqueryBootstrap
Definition:
JqueryBootstrap.php:7
Ajax\php\symfony\Jquery_
Definition:
Jquery_.php:7
Ajax\php\symfony\JqueryBootstrap\__construct
__construct(RouterInterface $router, ContainerInterface $container)
Definition:
JqueryBootstrap.php:9
RouterInterface
Ajax\php\symfony
Definition:
Jquery_.php:2
ContainerInterface
Ajax\php\symfony\Jquery_\$container
$container
Definition:
Jquery_.php:8
Ajax
php
symfony
JqueryBootstrap.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13