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

Interface: ImportXml_Interface

Source Location: /plugins/XmlImportExport/ImportXml/Interface.php

Interface ImportXml_Interface

Interface Overview
Method Summary
void   process()   Read stream until current item finishes, processing the data found
void   update_map()   Update the old_id => new_id conversion map

[ Top ]
Methods
process  [line 25]

  void process( $reader  )

Read stream until current item finishes, processing the data found

Parameters:
XMLreader   $reader: 

API Tags:
Access:  public


[ Top ]
update_map  [line 37]

  void update_map( $mapper  )

Update the old_id => new_id conversion map

This function works on a Mapper object, storing the type/old_id/new_id triplet for later use. Import Classes for items not needing this info can use an empty implementation

Parameters:
Mapper   $mapper: 

API Tags:
Access:  public


[ Top ]

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