Exemplo n.º 1
0
 public function __construct($args)
 {
     self::setFrontSideTemplate();
     self::loadCatalogs();
     parent::__construct($args);
 }
Exemplo n.º 2
0
 public function __construct($args)
 {
     self::loadCatalogs();
     parent::__construct($args);
 }
Exemplo n.º 3
0
 public function __construct($theme, $instance)
 {
     $this->theme = $theme;
     parent::__construct($instance);
 }