doLoadMappingFile($file); } } } else { /** @internal */ trait LoadMappingFileImplementation { /** * {@inheritDoc} */ protected function loadMappingFile($file) { return $this->doLoadMappingFile($file); } } }