phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
JquerySemantic.php
Go to the documentation of this file.
1 <?php
2 namespace Ajax\php\symfony;
3 
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 }
__construct(RouterInterface $router, ContainerInterface $container)