factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public function getFactory(): BlockFactory { return $this->factory; } public function getRepositoryQuery(): BlockRepositoryQuery { return $this->repositoryQuery; } public function getStore(): BlockStore { return $this->store; } }