Elgg  Version 6.2
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) = array_slice($blogs, 0, 5)
 

Variable Documentation

◆ $plugin

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

Used to show plugin user settings.

Definition at line 6 of file plugin.php.

◆ catch

catch ( \Elgg\Exceptions\PluginException  $e) = array_slice($blogs, 0, 5)

Definition at line 18 of file plugin.php.

◆ try

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.