phpDocumentor MantisBT
[ class tree: MantisBT ] [ index: MantisBT ] [ all elements ]

Class: ImportXML

Source Location: /plugins/XmlImportExport/ImportXml.php

Class ImportXML

Class Overview

Perform import from an XML file

Located in /plugins/XmlImportExport/ImportXml.php [line 39]



		
		
		
		

Methods

[ Top ]
Method Summary
ImportXML   __construct()   Constructor
void   import()   Perform import from an XML file

[ Top ]
Methods
Constructor __construct  [line 57]

  ImportXML __construct( string $filename, string $strategy, string $fallback, $keepCategory, $defaultCategory  )

Constructor

Parameters:
string   $filename:  name of the file to read
string   $strategy:  conversion strategy; one of "renumber", "link" or "disable"
string   $fallback:  alternative conversion strategy when "renumber" does not apply
   $keepCategory: 
   $defaultCategory: 

API Tags:
Access:  public


[ Top ]
import  [line 75]

  void import( string $p_filename, string $p_strategy  )

Perform import from an XML file

Parameters:
string   $p_filename:  name of the file to read
string   $p_strategy:  conversion strategy; one of "renumber", "link" or "disable"

API Tags:
Access:  public


[ Top ]

Documentation generated on Sun, 05 Apr 2009 23:01:17 +0100 by phpDocumentor 1.4.1