|
Elgg
Version master
|
Go to the source code of this file.
Variables | |
| $defaults | |
| Generic view for entity listing. More... | |
| $options = (array) elgg_extract('options', $vars, []) | |
| if(empty($options['type']) &&empty($options['subtype'])) | $getter = elgg_extract('getter', $vars) |
| $defaults |
Generic view for entity listing.
@uses $vars['getter'] (optional) different getter function to be used by elgg_list_entities() @uses $vars['options'] array with additional listing options
| if (empty( $options[ 'type']) &&empty( $options[ 'subtype'])) $getter = elgg_extract('getter', $vars) |
| $options = (array) elgg_extract('options', $vars, []) |