Public Member Functions | |
| __construct () | |
| execute ($page) | |
Protected Member Functions | |
| showForm () | |
| Create the HTML user interface for this special page. | |
| startRDFExport () | |
| Prepare $wgOut for printing non-HTML data. | |
| exportPages ($pages) | |
| Export the given pages to RDF. | |
Protected Attributes | |
| $export_controller | |
| Export controller object to be used for serializing data. | |
Definition at line 14 of file SMW_SpecialOWLExport.php.
| SMWSpecialOWLExport::__construct | ( | ) |
Definition at line 19 of file SMW_SpecialOWLExport.php.
| SMWSpecialOWLExport::execute | ( | $ | page | ) |
Definition at line 23 of file SMW_SpecialOWLExport.php.
References exportPages(), showForm(), and startRDFExport().
| SMWSpecialOWLExport::showForm | ( | ) | [protected] |
Create the HTML user interface for this special page.
Definition at line 76 of file SMW_SpecialOWLExport.php.
References $smwgAllowRecursiveExport, and $smwgExportBacklinks.
Referenced by execute().
| SMWSpecialOWLExport::startRDFExport | ( | ) | [protected] |
Prepare $wgOut for printing non-HTML data.
Definition at line 105 of file SMW_SpecialOWLExport.php.
Referenced by execute(), and exportPages().
| SMWSpecialOWLExport::exportPages | ( | $ | pages | ) | [protected] |
Export the given pages to RDF.
| array | $pages containing the string names of pages to be exported |
Definition at line 139 of file SMW_SpecialOWLExport.php.
References $smwgAllowRecursiveExport, $smwgExportBacklinks, and startRDFExport().
Referenced by execute().
SMWSpecialOWLExport::$export_controller [protected] |
Export controller object to be used for serializing data.
Definition at line 17 of file SMW_SpecialOWLExport.php.
1.5.6