factory = $factory; } public function createRepositoryFor($databoxId) { $factory = $this->factory; return $factory($databoxId); } }