Elgg  Version 1.11
Namespaces | Variables
add.php File Reference

Go to the source code of this file.

Namespaces

 Elgg\Core
 Activate a plugin or plugins.
 

Variables

 $page_owner_guid = get_input('page_owner_guid')
 
 $handler = get_input('handler')
 
 $context = get_input('context')
 
 $show_access = (bool)get_input('show_access', true)
 
 $column = get_input('column', 1)
 
 $default_widgets = get_input('default_widgets', 0)
 
 $page_owner = elgg_get_page_owner_entity()
 

Variable Documentation

$column = get_input('column', 1)

Definition at line 13 of file add.php.

$context = get_input('context')

Definition at line 11 of file add.php.

$default_widgets = get_input('default_widgets', 0)

Definition at line 14 of file add.php.

$handler = get_input('handler')

Definition at line 10 of file add.php.

Definition at line 25 of file add.php.

$page_owner_guid = get_input('page_owner_guid')

Definition at line 9 of file add.php.

$show_access = (bool)get_input('show_access', true)

Definition at line 12 of file add.php.