GraphAware\Neo4j\OGM\Tests\Integration\UseCase\SimpleBlog\Model\SimpleBlogPost::getPublication PHP Method

getPublication() public method

public getPublication ( ) : SimpleBlogWrote
return SimpleBlogWrote
    public function getPublication()
    {
        return $this->publication;
    }