ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity\CompositeLabel::getId PHP 메소드

getId() 공개 메소드

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