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());
    }