Elgg  Version master
Variables
numentities.php File Reference

Go to the source code of this file.

Variables

 $entity_stats
 
 $trashed_stats
 
 $searchable = []
 
 $other = []
 
 $header = elgg_format_element('th', [], elgg_echo('admin:statistics:numentities:type'))
 
 $rows = []
 
 $body = elgg_format_element('table', ['class' => 'elgg-table'], $header . $rows)
 

Variable Documentation

$body = elgg_format_element('table', ['class' => 'elgg-table'], $header . $rows)

Definition at line 66 of file numentities.php.

$entity_stats
Initial value:
})
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
elgg_get_entity_statistics(array $options=[])
Return an array reporting the number of various entities in the system.
Definition: entities.php:661
const ELGG_SHOW_DELETED_ENTITIES
Definition: constants.php:136

Definition at line 5 of file numentities.php.

$header = elgg_format_element('th', [], elgg_echo('admin:statistics:numentities:type'))

Definition at line 47 of file numentities.php.

$other = []

Definition at line 19 of file numentities.php.

foreach ($other as $name=> $value) $rows = []

Definition at line 53 of file numentities.php.

$searchable = []

Definition at line 18 of file numentities.php.

$trashed_stats
Initial value:
'wheres' => [
function(QueryBuilder $qb, $main_alias) {
return $qb->compare("{$main_alias}.deleted", '=', 'yes', ELGG_VALUE_STRING);
},
],
]);
})
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
Database abstraction query builder.
elgg_get_entity_statistics(array $options=[])
Return an array reporting the number of various entities in the system.
Definition: entities.php:661
compare(string $x, string $comparison, $y=null, string $type=null, bool $case_sensitive=null)
Build value comparison clause.
const ELGG_SHOW_DELETED_ENTITIES
Definition: constants.php:136
const ELGG_VALUE_STRING
Definition: constants.php:112
$qb
Definition: queue.php:12

Definition at line 8 of file numentities.php.