public function __construct($oModule)
 {
     parent::__construct();
     $this->_oModule = $oModule;
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->_iProfileId = bx_get_logged_profile_id();
 }