Inheritance diagram for AdminImportHandler:
Collaboration diagram for AdminImportHandler:Public Member Functions | |
| get_import () | |
| post_import () | |
Habari AdminImportHandler Class Handles import-related actions in the admin
Definition at line 12 of file adminimporthandler.php.
| AdminImportHandler::get_import | ( | ) |
Handles GET requests for the import page.
Definition at line 17 of file adminimporthandler.php.
Referenced by post_import().
| AdminImportHandler::post_import | ( | ) |
Handles the submission of the import form, importing data from a WordPress database. This function should probably be broken into an importer class, since it is WordPress-specific.
Definition at line 51 of file adminimporthandler.php.
1.7.1