PluginLoader
Table of Contents
Methods
-
Load()
: void
-
PluginLoaded()
: bool
-
LoadStatus()
: void
-
ValidateManifest()
: bool
Load()
public
Load() : void
PluginLoaded()
public
PluginLoaded(string $Plugin) : bool
Parameters
-
$Plugin
: string
-
LoadStatus()
private
LoadStatus(string $Plugin, bool $Success[, string|null $Reason = null ]) : void
Parameters
-
$Plugin
: string
-
-
$Success
: bool
-
-
$Reason
: string|null
= null
-
ValidateManifest()
private
ValidateManifest(object $Manifest) : bool
Parameters
-
$Manifest
: object
-