Neos\Flow\Tests\Functional\Persistence\Fixtures\AnnotatedIdentitiesEntity::getAuthor PHP Method

getAuthor() public method

public getAuthor ( ) : string
return string
    public function getAuthor()
    {
        return $this->author;
    }