Elgg
Version 5.1
|
Public Member Functions | |
__construct (\ElggPlugin $plugin, PublicContainer $dic) | |
Constructor. More... | |
elgg () | |
{Returns Elgg's public DI container.
| |
plugin () | |
{Returns plugin entity this bootstrap is related to.
| |
![]() | |
load () | |
Executed during 'plugins_load', 'system' event. More... | |
boot () | |
Executed during 'plugins_boot:before', 'system' event. More... | |
init () | |
Executed during 'init', 'system' event. More... | |
ready () | |
Executed during 'ready', 'system' event. More... | |
shutdown () | |
Executed during 'shutdown', 'system' event. More... | |
activate () | |
Executed when plugin is activated, after 'activate', 'plugin' event. More... | |
deactivate () | |
Executed when plugin is deactivated, after 'deactivate', 'plugin' event. More... | |
upgrade () | |
Registered as handler for 'upgrade', 'system' event. More... | |
Protected Attributes | |
$plugin | |
$dic | |
Plugin bootstrap.
Definition at line 10 of file PluginBootstrap.php.
Elgg\PluginBootstrap::__construct | ( | \ElggPlugin | $plugin, |
PublicContainer | $dic | ||
) |
Constructor.
\ElggPlugin | $plugin | The plugin |
PublicContainer | $dic | Public services |
Definition at line 28 of file PluginBootstrap.php.
Elgg\PluginBootstrap::elgg | ( | ) |
{Returns Elgg's public DI container.
Implements Elgg\PluginBootstrapInterface.
Definition at line 36 of file PluginBootstrap.php.
Elgg\PluginBootstrap::plugin | ( | ) |
{Returns plugin entity this bootstrap is related to.
Implements Elgg\PluginBootstrapInterface.
Definition at line 43 of file PluginBootstrap.php.
|
protected |
Definition at line 20 of file PluginBootstrap.php.
|
protected |
Definition at line 15 of file PluginBootstrap.php.