Phpcraft
Static Public Member Functions | Static Public Attributes | Static Protected Member Functions | List of all members
Phpcraft\PluginManager Class Reference
Inheritance diagram for Phpcraft\PluginManager:
Inheritance graph
[legend]
Collaboration diagram for Phpcraft\PluginManager:
Collaboration graph
[legend]

Static Public Member Functions

static unloadAllPlugins ()
 

Static Public Attributes

static $command_prefix = "/"
 
static $registered_commands
 

Static Protected Member Functions

static constructPlugin (string $folder, string $name)
 

Member Function Documentation

◆ constructPlugin()

static Phpcraft\PluginManager::constructPlugin ( string  $folder,
string  $name 
)
staticprotected
Parameters
string$folder
string$name
Returns
Plugin

◆ unloadAllPlugins()

static Phpcraft\PluginManager::unloadAllPlugins ( )
static
Returns
void

Member Data Documentation

◆ $command_prefix

string Phpcraft\PluginManager::$command_prefix = "/"
static

◆ $registered_commands

SplObjectStorage Phpcraft\PluginManager::$registered_commands
static