Neos\Neos\Domain\Model\PluginViewDefinition::__toString PHP Метод

__toString() публичный Метод

Renders the unique name of this PluginView in the format :/
public __toString ( ) : string
Результат string
    public function __toString()
    {
        return $this->getPluginNodeType()->getName() . '/' . $this->getName();
    }