Example #1
0
 public function __construct(Configuration $config)
 {
     $this->js = new \SmartLoader\Component\JS($config);
     $this->css = new \SmartLoader\Component\CSS($config);
     $this->template = $config->getDefaultTemplateName();
 }