PHP Класс Habari\AdminImportHandler

Наследование: extends AdminHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
get_form ( $importers, $importer ) : FormUI Builds and returns the form for the first stage of the importer
get_import ( ) Handles GET requests for the import page.
post_import ( ) Handles the submission of the import form, importing data from a WordPress database.

Описание методов

get_form() публичный Метод

Builds and returns the form for the first stage of the importer
public get_form ( $importers, $importer ) : FormUI
Результат FormUI The FormUI element used to chose the importer

get_import() публичный Метод

Handles GET requests for the import page.
public get_import ( )

post_import() публичный Метод

This function should probably be broken into an importer class, since it is WordPress-specific.
public post_import ( )