Class S9YImport

Description

Serendipity Importer - Imports data from Serendipity into Habari

  • version: $Id$
  • copyright: 2008

Located in /system/plugins/s9yimport/s9yimport.plugin.php (line 12)

Pluggable
   |
   --Plugin
      |
      --S9YImport
Variable Summary
Method Summary
void action_init ()
array filter_import_names ( $import_names)
output filter_import_stage (string $stageoutput, string $import_name, string $stage, string $step)
array info ()
void transcode ( $content)
Variables
mixed $imported_category_names = array() (line 29)

Cache for imported category names

  • access: protected
mixed $rewritten_categories = array() (line 34)

List of already-rewritten categories (prevents duplicate rewrite rules)

  • access: protected

Inherited Variables

Inherited from Pluggable

Pluggable::$info
Pluggable::$plugin_id
Methods
action_init (line 40)

Initialize plugin.

Set the supported importers.

  • access: public
void action_init ()
filter_import_names (line 69)

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 83)

Plugin filter that supplies the UI for the WP importer

  • return: for this stage of the import
  • access: public
output filter_import_stage (string $stageoutput, string $import_name, string $stage, string $step)
  • string $stageoutput: The output stage UI
  • string $import_name: The name of the selected importer
  • string $stage: The stage of the import in progress
  • string $step: The step of the stage in progress
info (line 50)

Return plugin metadata for this plugin

  • return: Plugin metadata
  • access: public
array info ()

Redefinition of:
Plugin::info()
Returns information about this plugin
transcode (line 1013)
  • access: protected
void transcode ( $content)
  • $content

Inherited Methods

Inherited From Plugin

Plugin::__construct()
Plugin::add_template()
Plugin::info()
Plugin::_plugin_available_templates()
Plugin::_plugin_include_template_file()

Inherited From Pluggable

Pluggable::__construct()
Pluggable::get_db_schema()
Pluggable::get_file()
Pluggable::get_url()
Pluggable::load()
Pluggable::load_text_domain()
Pluggable::plugin_id()

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