Neos\Flow\Tests\Functional\Persistence\Fixtures\AnnotatedIdEntity::getId PHP Method

getId() public method

public getId ( ) : string
return string
    public function getId()
    {
        return $this->id;
    }