validators = []; if (!$this->getModulesXML($url) || $this->getStatus() != '200') { return false; } return new csvStoreParser($this->getContent()); } # overwrite dcStoreReader to remove cache and use mvStoreParser public static function quickParse($url, $cache_dir = null, $force = true) { $parser = new self(); return $parser->parse($url); } }