/**
  * Constructor
  */
 public function __construct()
 {
     $this->uddeIMConfig = new Registry();
     parent::__construct();
 }
Example #2
0
 /**
  * Constructor
  */
 public function _construct()
 {
     parent::__construct();
     $this->PMSpluginsList = null;
 }