Elgg  Version master
Variables
email.php File Reference

Go to the source code of this file.

Variables

 $value = elgg_extract('value', $vars)
 Elgg email output Displays an email address that was entered using an email input field. More...
 
if(empty($value)) $vars ['href'] = "mailto:{$value}"
 
 $vars ['encode_text'] = true
 
 $vars ['text'] = elgg_extract('text', $vars, $value)
 
 $vars ['allowed_schemes'] = ['mailto']
 

Variable Documentation

$value = elgg_extract('value', $vars)

Elgg email output Displays an email address that was entered using an email input field.

$vars['value'] The email address to display

Definition at line 9 of file email.php.

if (empty($value)) $vars['href'] = "mailto:{$value}"

Definition at line 16 of file email.php.

$vars['encode_text'] = true

Definition at line 17 of file email.php.

$vars['text'] = elgg_extract('text', $vars, $value)

Definition at line 18 of file email.php.

$vars['allowed_schemes'] = ['mailto']

Definition at line 19 of file email.php.