Наследование: implements Neos\Neos\Ui\Domain\Model\ChangeInterface
Пример #1
0
 /**
  * Helper method to inform the client, that new workspace information is available
  *
  * @return void
  */
 protected function updateWorkspaceInfo()
 {
     parent::updateWorkspaceInfo();
     $updateWorkspaceInfo = new UpdateWorkspaceInfo();
     $updateWorkspaceInfo->setDocument($this->getClosestDocument($this->getReference()));
     $this->feedbackCollection->add($updateWorkspaceInfo);
 }