Пример #1
0
 /**
  * Returns true if current resolver can process the request
  *
  * @param EntityInterface $entity
  * @return bool
  */
 protected function requestCanBeHandled(EntityInterface $entity)
 {
     return !$this->balcon->getResponseResolver() && $entity instanceof Page && $entity->isProcessed();
 }