Пример #1
0
 function __construct($module_params = false)
 {
     parent::__construct();
     if ($module_params !== null) {
         $this->init($module_params);
     }
 }
Пример #2
0
 function __construct($definition = null)
 {
     parent::__construct();
     $this->reset_variable();
     if (!is_null($definition)) {
         $this->structure_definition($definition);
     }
 }
Пример #3
0
 function __construct($type = 0)
 {
     parent::__construct();
     $this->_type = 0;
     $type = intval($type);
     if (!empty($type)) {
         $this->source_type($type);
     }
 }
 function __construct()
 {
     parent::__construct();
     $this->reset_api_request();
 }
 function __construct()
 {
     parent::__construct();
 }
Пример #6
0
 function __construct()
 {
     parent::__construct();
     $this->reset_context();
 }