Elgg  Version 5.1
Variables
statistics.php File Reference

Go to the source code of this file.

Variables

 $user = elgg_get_page_owner_entity()
 
if(!$user instanceof\ElggUser) if(!$user->canEdit()) if($user->guid===elgg_get_logged_in_user_guid()) else
 

Variable Documentation

Definition at line 8 of file statistics.php.

if (!$user instanceof\ElggUser) if (!$user->canEdit()) 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
Definition: statistics.php:8

Definition at line 20 of file statistics.php.