<?phpnamespace ConcreteCoreBackupContentImporterValueInspector;interface ResultInterface{ public function getMatchedItems(); public function getReplacedContent(); public function getReplacedValue();}