ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity\CompositeRelation::getValue PHP Method

getValue() public method

Get value.
public getValue ( ) : value
return value
    public function getValue()
    {
        return $this->value;
    }