Пример #1
0
 function __construct($args = null)
 {
     parent::__construct($args);
     if (!$this->error) {
         $this->get_enum_data($args);
     }
     $this->default_language_code = isset($args["default_language_code"]) ? $args["default_language_code"] : "it";
 }
Пример #2
0
 function __construct($config = null)
 {
     parent::__construct($config);
 }
Пример #3
0
 function __construct($config = null)
 {
     parent::__construct($config);
     $this->config = $config;
     $this->error_array = array();
 }
Пример #4
0
 function __construct($config = null)
 {
     parent::__construct($config);
     $this->config = $config;
 }