Exemplo n.º 1
0
 protected function _preDispatch($action)
 {
     $this->_assertRegistrationRequired();
     $this->_assertRequiredScope(bdApi_Model_OAuth2::SCOPE_PARTICIPATE_IN_CONVERSATIONS);
     parent::_preDispatch($action);
 }