PHP 클래스 AdminPageFrameworkLoader_AdminPageWelcome

부터: 3.5.0
상속: extends AdminPageFramework
파일 보기 프로젝트 열기: michaeluno/admin-page-framework

공개 메소드들

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