Class VSP_Framework_Loader
Class VSP_Framework_Loader
public
|
|
public
array
|
|
public
|
|
public static
|
|
public
|
|
public
|
#
register_plugin( string $plugin_path = '', string $framework_path = '/vsp-framework/' )
Registers a plugin and stores its deta to $data |
public
array
|
|
public
array
|
|
public
boolean
|
#
register_callback( array $callback = array() )
Registers a callback to trigger when vsp_framework is loaded usefull for plugins that dose not path vsp in-it |
public
|
public static
|
$_instance
Variable to store VSP_Framework_Loader Class instance |
#
null
|
public static
array
|
$_loaded
Stores the loaded vsp framework information |
#
array()
|
public static
array
|
$data
Maintaines All Plugins VSP Framework Details and provides them when required |
#
array()
|
public static
array
|
$callbacks
Array of callback to init all plugins after vsp_framework loaded |
#
array()
|