|
Elgg
Version 2.3
|
Go to the source code of this file.
Variables | |
| $widget = elgg_extract('entity', $vars) | |
| Content stats widget. More... | |
| $num_display = sanitize_int($widget->num_display, false) | |
| if(! $num_display) | $entity_stats = get_entity_statistics() |
| $object_stats = elgg_extract('object', $entity_stats) | |
| foreach ( $object_stats as $subtype=> $num) | |
| if (! $num_display) $entity_stats = get_entity_statistics() |
Definition at line 14 of file content.php.
| $num_display = sanitize_int($widget->num_display, false) |
Definition at line 8 of file content.php.
| $object_stats = elgg_extract('object', $entity_stats) |
Definition at line 15 of file content.php.
| $widget = elgg_extract('entity', $vars) |
Content stats widget.
Definition at line 6 of file content.php.
| foreach($object_stats as $subtype=> $num) | ( | $object_stats as, | |
| $num | |||
| ) |
Definition at line 22 of file content.php.