Example #1
0
 protected function _actionSend(KDispatcherContextInterface $context)
 {
     if (!$context->getRequest()->isGet() || $context->getResponse()->getContentType() !== 'text/html') {
         return parent::_actionSend($context);
     }
 }