Neos\Neos\Ui\Domain\Model\Feedback\Operations\ReloadDocument::getDescription PHP 메소드

getDescription() 공개 메소드

Get the description
public getDescription ( ) : string
리턴 string
    public function getDescription()
    {
        return sprintf('Reload of document "%s" required.', $this->getDocument()->getProperty('title'));
    }