Elgg  Version master
Variables
user.php File Reference

Go to the source code of this file.

Variables

 $users_banned
 
 $users_active
 
 $users_unverified
 
 $total_users
 
 $users_enabled
 
 $users_disabled = $total_users - $users_enabled
 
 $table
 

Variable Documentation

$table
Initial value:
= elgg_format_element('tr', [], implode(PHP_EOL, [
elgg_format_element('td', [], elgg_format_element('b', [], elgg_echo('active'))),
]))
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17
$users_active
Definition: user.php:9
elgg_format_element(string $tag_name, array $attributes=[], string $text= '', array $options=[])
Format an HTML element.
Definition: output.php:145

Definition at line 37 of file user.php.

$total_users
Initial value:
'type' => 'user',
]);
})
elgg_call(int $flags, Closure $closure)
Calls a callable autowiring the arguments using public DI services and applying logic based on flags...
Definition: elgglib.php:304
const ELGG_SHOW_DISABLED_ENTITIES
Definition: constants.php:132
elgg_count_entities(array $options=[])
Returns a count of entities.
Definition: entities.php:518

Definition at line 23 of file user.php.

$users_active
Initial value:
'type' => 'user',
'metadata_name_value_pairs' => ['banned' => 'no'],
])
elgg_count_entities(array $options=[])
Returns a count of entities.
Definition: entities.php:518

Definition at line 9 of file user.php.

$users_banned
Initial value:
'type' => 'user',
'metadata_name_value_pairs' => ['banned' => 'yes'],
])
elgg_count_entities(array $options=[])
Returns a count of entities.
Definition: entities.php:518

Definition at line 3 of file user.php.

$users_disabled = $total_users - $users_enabled

Definition at line 35 of file user.php.

$users_enabled
Initial value:
'type' => 'user',
])
elgg_count_entities(array $options=[])
Returns a count of entities.
Definition: entities.php:518

Definition at line 30 of file user.php.

$users_unverified
Initial value:
'type' => 'user',
'metadata_name_value_pairs' => ['validated' => false],
]);
})
elgg_call(int $flags, Closure $closure)
Calls a callable autowiring the arguments using public DI services and applying logic based on flags...
Definition: elgglib.php:304
const ELGG_SHOW_DISABLED_ENTITIES
Definition: constants.php:132
elgg_count_entities(array $options=[])
Returns a count of entities.
Definition: entities.php:518

Definition at line 15 of file user.php.