GraphAware\Neo4j\OGM\Tests\Integration\Model\Company::getEmployees PHP Метод

getEmployees() публичный Метод

public getEmployees ( ) : User[]
Результат User[]
    public function getEmployees()
    {
        return $this->employees;
    }