public function __construct($registry, $instance_id, $controller, $parent_controller = '')
 {
     parent::__construct($registry, $instance_id, $controller, $parent_controller);
     $this->attribute_manager = new AAttribute_Manager();
     $this->loadLanguage('catalog/attribute');
 }
Example #2
0
 public function __construct($registry, $instance_id, $controller, $parent_controller = '')
 {
     parent::__construct($registry, $instance_id, $controller, $parent_controller);
     //load available groups for settings
     $this->groups = $this->config->groups;
 }
 function __construct($config = ['autoescape' => false, 'cache' => 'cache'])
 {
     parent::__construct($config);
 }
 public function __construct($registry, $instance_id, $controller, $parent_controller = '')
 {
     parent::__construct($registry, $instance_id, $controller, $parent_controller);
     $this->rest = new ARest();
 }
 public function __construct($id, $module = null)
 {
     parent::__construct($id, $module);
     $this->menu = array();
 }