PHP Класс ImportController, vanilla

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

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

Метод Описание
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 = '' )