Neos\Neos\Ui\Domain\Model\AbstractReferencingChange::updateWorkspaceInfo PHP Method

updateWorkspaceInfo() protected method

Helper method to inform the client, that new workspace information is available
protected updateWorkspaceInfo ( ) : void
return void
    protected function updateWorkspaceInfo()
    {
        parent::updateWorkspaceInfo();
        $updateWorkspaceInfo = new UpdateWorkspaceInfo();
        $updateWorkspaceInfo->setDocument($this->getClosestDocument($this->getReference()));
        $this->feedbackCollection->add($updateWorkspaceInfo);
    }