queryResult = $queryResult; } public function setStore( Store $store ) { $this->store = $store; } // @codingStandardsIgnoreStart phpcs, ignore --sniffs=Generic.CodeAnalysis.UnusedFunctionParameter public function getQueryResult( SMWQuery $query ) { // @codingStandardsIgnoreEnd return $this->store->getQueryResult( $query ); } }