PHP Class GraphAware\Neo4j\OGM\Tests\Integration\NativeQuery\Model\NewsFeed

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

Protected Properties

Property Type Description
$post
$timestamp

Public Methods

Method Description
getPost ( ) : mixed
getTimestamp ( ) : mixed

Method Details

getPost() public method

public getPost ( ) : mixed
return mixed

getTimestamp() public method

public getTimestamp ( ) : mixed
return mixed

Property Details

$post protected property

protected $post

$timestamp protected property

protected $timestamp