Class Papi_Loader
Papi loader class that handle the loading
of the plugin.
-
Papi_Container
implements
ArrayAccess
-
Papi_Loader
Methods summary
public static
Papi_Loader
|
|
public
mixed
|
#
__call( string $name, array $arguments )
Call function in the container.
Call function in the container.
Parameters
Returns
mixed
|
public
|
#
__clone( )
Cloning is forbidden.
Codecoverageignore
|
public
|
#
__wakeup( )
Unserializing instances of this class is forbidden.
Unserializing instances of this class is forbidden.
Codecoverageignore
|
public static
|
#
deactivate( )
Deactivate Papi if the WordPress version is lower then 4.0.
Deactivate Papi if the WordPress version is lower then 4.0.
|
Methods inherited from Papi_Container
bind(),
call_closure(),
exists(),
get_class_prefix(),
get_closure(),
is_singleton(),
make(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
remove(),
singleton()
|
Properties summary
public
string
|
$name
|
|