PHP Class GraphAware\Neo4j\OGM\Tests\Mapping\QueryResultEntity

Show file Open project: graphaware/neo4j-php-ogm

Protected Properties

Property Type Description
$author
$isCurrentUserOwner
$post

Public Methods

Method Description
getAuthor ( ) : mixed
getIsCurrentUserOwner ( ) : mixed
getPost ( ) : mixed

Method Details

getAuthor() public method

public getAuthor ( ) : mixed
return mixed

getIsCurrentUserOwner() public method

public getIsCurrentUserOwner ( ) : mixed
return mixed

getPost() public method

public getPost ( ) : mixed
return mixed

Property Details

$author protected property

protected $author

$isCurrentUserOwner protected property

protected $isCurrentUserOwner

$post protected property

protected $post