Elgg  Version 6.3
Variables
statistics.php File Reference

Go to the source code of this file.

Variables

 $user = elgg_get_page_owner_entity()
 Elgg user statistics. More...
 
if($user->guid===elgg_get_logged_in_user_guid()) else
 

Variable Documentation

◆ $user

Elgg user statistics.

Definition at line 7 of file statistics.php.

◆ else

if ( $user->guid===elgg_get_logged_in_user_guid()) else
Initial value:
{
$title = elgg_echo('usersettings:statistics:user', [$user->getDisplayName()])
$title
Definition: generic.php:50
elgg_echo(string $message_key, array $args=[], string $language='')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17
$user
Elgg user statistics.
Definition: statistics.php:7

Definition at line 11 of file statistics.php.