GraphAware\Neo4j\OGM\Tests\Integration\UseCase\SimpleBlog\Model\SimpleBlogWrote::getPost PHP Method

getPost() public method

public getPost ( ) : SimpleBlogPost
return SimpleBlogPost
    public function getPost()
    {
        return $this->post;
    }