Neos\Neos\Fusion\ContentElementWrappingImplementation::getValue PHP 메소드

getValue() 공개 메소드

The string to be processed
public getValue ( ) : string
리턴 string
    public function getValue()
    {
        return $this->tsValue('value');
    }