Пример #1
0
 /**
  * Checks whether a template can be resolved for the current request context.
  *
  * @param ControllerContext $controllerContext Controller context which is available inside the view
  * @return bool
  * @api
  */
 public function canRender(ControllerContext $controllerContext)
 {
     return $this->templateView->canRender($controllerContext);
 }