Exemplo n.º 1
0
 public function getDocumentOrWidgetArea(InstalledWidgets $installedWidgets, Text $text, $id)
 {
     try {
         return $this->getDocument($id);
     } catch (NotFoundException $ex) {
         return Document::createForWidgetArea($installedWidgets, $text, $id);
     }
 }