Ajax/php/symfony/JqueryBootstrap.php 1 location
|
@@ 7-13 (lines=7) @@
|
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(["bootstrap"=>true,"defer"=>true],$router); |
11 |
|
$this->container=$container; |
12 |
|
} |
13 |
|
} |
14 |
|
|
Ajax/php/symfony/JquerySemantic.php 1 location
|
@@ 7-13 (lines=7) @@
|
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 |
|
} |
14 |
|
|