Example #1
0
 public function __construct($config = array())
 {
     $this->_oAuth = AppCms2_Controller_Plugin_ModuleAuth::getInstance();
     $this->_nUserId = $this->_oAuth->getStorage()->read()->user_id;
     parent::__construct($config);
 }
Example #2
0
 public function __construct($config = array())
 {
     parent::__construct($config);
 }
Example #3
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->_oAuth = AppCms2_Controller_Plugin_ModuleAuth::getInstance();
 }