PHP Class AdminPageFrameworkLoader_AdminPage_Addon_Top

Since: 3.5.0 Moved from the demo.
Inheritance: extends AdminPageFrameworkLoader_AdminPage_Tab_Base
Show file Open project: michaeluno/admin-page-framework

Public Methods

Method Description
replyToDoTab ( ) Called when the tab is being rendered.
replyToLoadTab ( $oAdminPage ) Triggered when the tab is loaded.

Private Methods

Method Description
_getDemo ( ) : array
_getFeedListItem ( array $aItem, array &$aColumnInfo, array $aColumnOption, $sSiteURLWOQuery = '' ) : string Returns an HTML output from the given feed item array.
_getList ( array $aFeedItems ) : string Generates an output of a list of boxes from the given array.

Method Details

replyToDoTab() public method

Called when the tab is being rendered.
public replyToDoTab ( )

replyToLoadTab() public method

Triggered when the tab is loaded.
public replyToLoadTab ( $oAdminPage )