phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
JqueryBootstrap.php
Go to the documentation of this file.
1<?php
2namespace Ajax\php\symfony;
3
4use Symfony\Component\Routing\RouterInterface;
5use Symfony\Component\DependencyInjection\ContainerInterface;
6
7class 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}
__construct(RouterInterface $router, ContainerInterface $container)