예제 #1
0
 /**
  * Check is user auth
  *
  * @return bool
  */
 protected function _isUserAuth()
 {
     return $this->_session->isLoggedIn();
 }