PHP Класс AdminPageFrameworkLoader_AdminPageWelcome

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

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

Метод Описание
_replyToHandleRedirects ( ) Handles page redirects.
replyToFilterContentTop ( $sContent ) : string Filters the top part of the page content.
replyToLoadClassPages ( $oFactory ) Set up page settings.
replyToLoadPage ( $oFactory ) : void Triggered when the page loads.
setUp ( ) Sets up admin pages.
start ( ) User constructor.

Приватные методы

Метод Описание
_goToWelcomePage ( )
_setInitialOptions ( $oOption, $sVersionUpgradedFrom ) : void
_setPreferences ( $oFactory ) Gets triggered when the page loads.

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

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

This is called to prevent the plugin from performing the redirect when the plugin is not activated or intervene the activation process. If this is called in the start() method above, it will redirect the user to the page during the activation process and the user gets a page that is not created because the plugin is not activated.
С версии: 3.5.0

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

Filters the top part of the page content.
public replyToFilterContentTop ( $sContent ) : string
Результат string

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

Set up page settings.
public replyToLoadClassPages ( $oFactory )

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

Adds tabs.
public replyToLoadPage ( $oFactory ) : void
Результат void

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

Sets up admin pages.
С версии: 3.5.0
public setUp ( )

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

User constructor.
С версии: 3.5.0
public start ( )