PHP Class GraphAware\Neo4j\OGM\Tests\Integration\Model\LivesIn

Show file Open project: graphaware/neo4j-php-ogm Class Usage Examples

Protected Properties

Property Type Description
$city
$id
$since
$user

Public Methods

Method Description
__construct ( User $user, City $city, $since )
getCity ( ) : mixed
getId ( ) : mixed
getSince ( ) : mixed
getUser ( ) : mixed

Method Details

__construct() public method

public __construct ( User $user, City $city, $since )
$user User
$city City

getCity() public method

public getCity ( ) : mixed
return mixed

getId() public method

public getId ( ) : mixed
return mixed

getSince() public method

public getSince ( ) : mixed
return mixed

getUser() public method

public getUser ( ) : mixed
return mixed

Property Details

$city protected property

protected $city

$id protected property

protected $id

$since protected property

protected $since

$user protected property

protected $user