PHP Class AdminPageFrameworkLoader_AdminPage_RootBase

Since: 3.5.3
显示文件 Open project: michaeluno/admin-page-framework

Protected Properties

Property Type Description
$aMethods Stores callback method names.

Public Methods

Method Description
__call ( $sMethodName, $aArguments ) : mixed Handles callback methods.

Protected Methods

Method Description
construct ( $oFactory ) : void A user constructor.

Method Details

__call() public method

Handles callback methods.
Since: 3.5.3
public __call ( $sMethodName, $aArguments ) : mixed
return mixed

construct() protected method

A user constructor.
Since: 3.5.3
protected construct ( $oFactory ) : void
return void

Property Details

$aMethods protected_oe property

Stores callback method names.
Since: 3.5.3
protected $aMethods