| [ Index ] |
PHP Cross Reference of MantisBT |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 203 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 2 files plugins/XmlImportExport/ImportXml/Mapper.php plugins/XmlImportExport/ImportXml/Issue.php |
SourceData:: (2 methods):
get_issue_url()
get_note_url()
ImportXML:: (6 methods):
__construct()
import()
getReplacementString()
get_importer_object()
htmlFullEntities()
getEntity()
Class: SourceData - X-Ref
| get_issue_url( $issue_id ) X-Ref |
| No description |
| get_note_url( $issue_id, $note_id ) X-Ref |
| No description |
| __construct( $filename, $strategy, $fallback, $keepCategory, $defaultCategory ) X-Ref |
| Constructor param: string $filename name of the file to read param: string $strategy conversion strategy; one of "renumber", "link" or "disable" param: string $fallback alternative conversion strategy when "renumber" does not apply |
| import( ) X-Ref |
| Perform import from an XML file param: string $p_filename name of the file to read param: string $p_strategy conversion strategy; one of "renumber", "link" or "disable" |
| getReplacementString( $oldLinkTag, $oldId ) X-Ref |
| Compute and return the new link |
| get_importer_object( $p_element_name ) X-Ref |
| No description |
| htmlFullEntities( $string ) X-Ref |
| Convert each character of the passed string to the corresponding HTML entity. |
| getEntity( $char ) X-Ref |
| No description |
| Generated: Thu Jul 28 15:48:31 2011 | Cross-referenced by PHPXref 0.7 |