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

getDescription() 공개 메소드

Get the description
public getDescription ( ) : string
리턴 string
    public function getDescription()
    {
        return sprintf('Rendering of node "%s" required.', $this->getNode()->getPath());
    }