_doc->getAuth()) && $auth->isLoggedIn()) { $this->_getDataObj()->setUserId($auth->getData('id')); } else { $this->_do404(); } return parent::exec(); } }