Elgg  Version master
Variables
plugin.php File Reference

Go to the source code of this file.

Variables

 $plugin = elgg_extract('entity', $vars)
 Used to show plugin user settings. More...
 
if(!($plugin instanceof\ElggPlugin)) if(!elgg_in_context('admin')) try
 
 catch (\Elgg\Exceptions\PluginException $e)
 

Variable Documentation

$plugin = elgg_extract('entity', $vars)

Used to show plugin user settings.

Definition at line 6 of file plugin.php.

catch
Initial value:
{
$classes[] = 'elgg-state-inactive'
$classes
Definition: users.php:29

Definition at line 18 of file plugin.php.

if (!($plugin instanceof\ElggPlugin)) if (!elgg_in_context('admin')) try
Initial value:
{
$plugin->assertValid()
$plugin
Used to show plugin user settings.
Definition: plugin.php:6

Definition at line 16 of file plugin.php.