Neos\Flow\Tests\Functional\Persistence\Fixtures\AnnotatedIdentitiesEntity::getTitle PHP 메소드

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string
    public function getTitle()
    {
        return $this->title;
    }