Interface importer

Description

This interface should be applied to plugins that implement importing from other blogging tools.

  • version: $Id$

Located in /system/classes/importer.php (line 10)


	
			
Method Summary
array filter_import_names ( $import_names)
string filter_import_stage ( $stageoutput,  $import_name,  $stage,  $step)
Methods
filter_import_names (line 18)

Return a list of names of things that this importer imports

  • return: List of importables.
  • access: public
array filter_import_names ( $import_names)
  • $import_names
filter_import_stage (line 25)

Return the page content for a specific stage of the import

  • return: Content of import stage
  • access: public
string filter_import_stage ( $stageoutput,  $import_name,  $stage,  $step)
  • $stageoutput
  • $import_name
  • $stage
  • $step

Documentation generated on Thu, 30 Oct 2008 20:31:19 +0100 by phpDocumentor 1.3.2