Esempio n. 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";
 }
Esempio n. 2
0
 function __construct($config = null)
 {
     parent::__construct($config);
 }
Esempio n. 3
0
 function __construct($config = null)
 {
     parent::__construct($config);
     $this->config = $config;
     $this->error_array = array();
 }
Esempio n. 4
0
 function __construct($config = null)
 {
     parent::__construct($config);
     $this->config = $config;
 }