|
Elgg
Version master
|
Public Member Functions | |
| __construct (protected \ElggPlugin $plugin, protected PublicContainer $dic) | |
| Constructor. More... | |
| elgg () | |
{Returns Elgg's public DI container.
| |
| plugin () | |
{Returns plugin entity this bootstrap is related to.
| |
Public Member Functions inherited from Elgg\PluginBootstrapInterface | |
| 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... | |
Plugin bootstrap.
Definition at line 10 of file PluginBootstrap.php.
| Elgg\PluginBootstrap::__construct | ( | protected \ElggPlugin | $plugin, |
| protected PublicContainer | $dic | ||
| ) |
Constructor.
| \ElggPlugin | $plugin | The plugin |
| PublicContainer | $dic | Public services |
Definition at line 18 of file PluginBootstrap.php.
| Elgg\PluginBootstrap::elgg | ( | ) |
{Returns Elgg's public DI container.
Implements Elgg\PluginBootstrapInterface.
Definition at line 24 of file PluginBootstrap.php.
| Elgg\PluginBootstrap::plugin | ( | ) |
{Returns plugin entity this bootstrap is related to.
Implements Elgg\PluginBootstrapInterface.
Definition at line 31 of file PluginBootstrap.php.