factory = $factory; $this->solver = $solver; $this->resolver = $resolver; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public function getFactory(): SectionFactory { return $this->factory; } public function getSolver(): SectionSolver { return $this->solver; } public function getResolver(): SectionResolver { return $this->resolver; } public function getRepositoryQuery(): SectionRepositoryQuery { return $this->repositoryQuery; } public function getStore(): SectionStore { return $this->store; } }