Elgg  Version 1.11
Functions | Variables
edit.php File Reference

Go to the source code of this file.

Functions

if(!is_array($accesslevel)) profile_array_decoder (&$v)
 wrapper for recursive array walk decoding More...
 

Variables

 $guid = get_input('guid')
 
 $owner = get_entity($guid)
 
if(! $owner||!($owner instanceof ElggUser)||! $owner->canEdit()) $input = array()
 
 $accesslevel = get_input('accesslevel')
 
 $profile_fields = elgg_get_config('profile_fields')
 
foreach($profile_fields as $shortname=> $valuetype) $name = strip_tags(get_input('name'))
 

Function Documentation

◆ profile_array_decoder()

if (!is_array( $accesslevel)) profile_array_decoder ( $v)

wrapper for recursive array walk decoding

Definition at line 29 of file edit.php.

Variable Documentation

◆ $accesslevel

$accesslevel = get_input('accesslevel')

Definition at line 20 of file edit.php.

◆ $guid

$guid = get_input('guid')

Definition at line 9 of file edit.php.

◆ $input

if (! $owner||!( $owner instanceof ElggUser)||! $owner->canEdit()) $input = array()

Definition at line 19 of file edit.php.

◆ $name

foreach ( $profile_fields as $shortname=> $valuetype) $name = strip_tags(get_input('name'))

Definition at line 73 of file edit.php.

◆ $owner

$owner = get_entity($guid)

Definition at line 10 of file edit.php.

◆ $profile_fields

$profile_fields = elgg_get_config('profile_fields')

Definition at line 33 of file edit.php.