Changes between Version 1 and Version 2 of Ticket #22435, comment 4
- Timestamp:
- 11/13/2012 05:50:41 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22435, comment 4
v1 v2 9 9 10 10 {{{class WP_WXR_Export}}} – represents a set of posts and other site data to be exported 11 11 12 Public methods: 12 13 * {{{__construct( $filters )}}} – creates the object and queries for the data specified by the filters. … … 28 29 * {{{nav_menu_terms()}}} 29 30 30 {{{class WP_WXR_XML_Generator}}} – responsible for generating WXR XML from export data (aka {{{WP_WXR_Export}}}) 31 {{{class WP_WXR_XML_Generator}}} – responsible for generating WXR XML from export data 32 31 33 Public methods: 32 34 * {{{__construct( $export )}}} – it needs to know where to get the export data from