PHP Class ImportController, vanilla

Inheritance: extends MController
Afficher le fichier Open project: vanilla/vanilla Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

go() public méthode

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

index() public méthode

Main import page.
Since: 2.0.0
public index ( )

initialize() public méthode

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

restart() public méthode

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