GraphAware\Neo4j\OGM\Tests\Integration\Model\Company::getEmployees PHP Method

getEmployees() public method

public getEmployees ( ) : User[]
return User[]
    public function getEmployees()
    {
        return $this->employees;
    }