Elgg
Version master
|
Go to the source code of this file.
Variables | |
$entity = elgg_extract('entity', $vars) | |
Displays the briefdescription of the user. More... | |
if(! $entity instanceof ElggUser) | $briefdescription = elgg_extract('briefdescription', $vars) |
if(!isset($briefdescription)) | if (elgg_is_empty( $briefdescription)||!is_string( $briefdescription)) |
if (! $entity instanceof ElggUser) $briefdescription = elgg_extract('briefdescription', $vars) |
Definition at line 19 of file briefdescription.php.
$entity = elgg_extract('entity', $vars) |
Displays the briefdescription of the user.
@uses $vars['entity'] The user to show information for @uses $vars['briefdescription'] The briefdescription If not set, will display the briefdescription of the user If set to false, briefdescription string will not be rendered @uses $vars['briefdescription_icon'] Icon name to be used with briefdescription info Set to false to not render an icon Default is ''
Definition at line 14 of file briefdescription.php.
if (!isset( $briefdescription)) if(elgg_is_empty($briefdescription)||!is_string($briefdescription)) | ( | elgg_is_empty( $briefdescription)||!is_string( $briefdescription) | ) |
Definition at line 24 of file briefdescription.php.