*/ interface tao_models_classes_import_ImportProvider { // --- OPERATIONS --- /** * Gets the import handlers that can be used to import * resources of this type * * @access public * @author Joel Bout, * @return array */ public function getImportHandlers(); }