urnResolver = $urnResolver; } /** * Get path to merged config schema * * @return string|null */ public function getSchema() { return $this->urnResolver->getRealPath(self::SEARCH_ENGINE_XSD_PATH); } /** * Get path to per file validation schema * * @return string|null */ public function getPerFileSchema() { return $this->urnResolver->getRealPath(self::SEARCH_ENGINE_XSD_PATH); } }