Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
AdminPageFrameworkLoader_AdminPage_RootBase
PHP Class AdminPageFrameworkLoader_AdminPage_RootBase
Since:
3.5.3
Mostra file
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