Neos\Flow\Tests\Functional\Persistence\Fixtures\TestEmbeddedValueObject::getValue PHP Method

getValue() public method

public getValue ( ) : string
return string
    public function getValue()
    {
        return $this->value;
    }
TestEmbeddedValueObject