Neos\Neos\Ui\Domain\Model\Feedback\Operations\UpdateWorkspaceInfo::getDescription PHP Méthode

getDescription() public méthode

Get the description
public getDescription ( ) : string
Résultat string
    public function getDescription()
    {
        return sprintf('New workspace info for "%s" available.', $this->getDocument()->getProperty('title'));
    }