PHP 클래스 ImportController, vanilla

상속: extends MController
파일 보기 프로젝트 열기: vanilla/vanilla 1 사용 예제들

공개 메소드들

메소드 설명
go ( $transientKey = '' ) Manage importing process.
index ( ) Main import page.
initialize ( ) Runs before every call to this controller.
restart ( $transientKey = '' ) Restart the import process. Undo any work we've done so far and erase state.

메소드 상세

go() 공개 메소드

Manage importing process.
부터: 2.0.0
public go ( $transientKey = '' )

index() 공개 메소드

Main import page.
부터: 2.0.0
public index ( )

initialize() 공개 메소드

Runs before every call to this controller.
public initialize ( )

restart() 공개 메소드

Restart the import process. Undo any work we've done so far and erase state.
부터: 2.0.0
public restart ( $transientKey = '' )