ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity\CompositeRelation::getValue PHP 메소드

getValue() 공개 메소드

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