factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public function getFactory(): ProjectInspiringFactory { return $this->factory; } public function getRepositoryQuery(): ProjectInspiringRepositoryQuery { return $this->repositoryQuery; } public function getStore(): ProjectInspiringStore { return $this->store; } }