updateWorkspaceInfo() protected method

Helper method to inform the client, that new workspace information is available
protected updateWorkspaceInfo ( ) : void
return void
Esempio n. 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);
 }