PHP 클래스 Habari\AdminImportHandler

상속: extends AdminHandler
파일 보기 프로젝트 열기: habari/system

공개 메소드들

메소드 설명
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 ( )