コード例 #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);
 }
コード例 #2
0
ファイル: Notification.php プロジェクト: lstaszak/zf_zk_aleph
 public function __construct($config = array())
 {
     parent::__construct($config);
 }
コード例 #3
0
ファイル: UserParam.php プロジェクト: lstaszak/zf_zk_aleph
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->_oAuth = AppCms2_Controller_Plugin_ModuleAuth::getInstance();
 }