GraphAware\Neo4j\OGM\Tests\Integration\Model\LivesIn::getCity PHP Method

getCity() public method

public getCity ( ) : mixed
return mixed
    public function getCity()
    {
        return $this->city;
    }

Usage Example

Beispiel #1
0
 public function getCity()
 {
     return $this->livesIn->getCity();
 }