Neos\Neos\TypoScript\ContentElementWrappingImplementation::getValue PHP Метод

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

The string to be processed
public getValue ( ) : string
Результат string
    public function getValue()
    {
        return $this->tsValue('value');
    }