query = "ScummVM\OrmObjects\\{$type}Query::create" ; } public function getAllData() { $objects = $this->getFromCache(); if (is_null($objects)) { $objects = ($this->query)()->find(); $this->saveToCache($objects, $this->type); } return $objects; } }