PocketMine
|
Public Member Functions | |
loadPlugin ($file) | |
getPluginDescription ($file) | |
getPluginFilters () | |
enablePlugin (Plugin $plugin) | |
disablePlugin (Plugin $plugin) | |
Handles different types of plugins
disablePlugin | ( | Plugin | $plugin | ) |
enablePlugin | ( | Plugin | $plugin | ) |
getPluginDescription | ( | $file | ) |
Gets the PluginDescription from the file
string | $file |
Implemented in ScriptPluginLoader, and PharPluginLoader.
getPluginFilters | ( | ) |
Returns the filename patterns that this loader accepts
Implemented in ScriptPluginLoader, and PharPluginLoader.
loadPlugin | ( | $file | ) |
Loads the plugin contained in $file
string | $file |
Implemented in ScriptPluginLoader, and PharPluginLoader.