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

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

Protected Properties

Property Type Description
$id
$title

Public Methods

Method Description
__construct ( $title )
getId ( ) : mixed
getTitle ( ) : mixed

Method Details

__construct() public method

public __construct ( $title )

getId() public method

public getId ( ) : mixed
return mixed

getTitle() public method

public getTitle ( ) : mixed
return mixed

Property Details

$id protected property

protected $id

$title protected property

protected $title