_doc->getAuth(); if (!$auth->isLoggedIn()) { $this->_doc->display404(); } $this->_getDataObj()->setUser($auth->getData()); return parent::exec(); } }