Elgg  Version master
Variables
text.php File Reference

Go to the source code of this file.

Variables

 $value = elgg_extract('value', $vars)
 Elgg text output Displays some text that was input using a standard text field. More...
 
 if (!is_scalar($value))
 

Variable Documentation

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

Elgg text output Displays some text that was input using a standard text field.

$vars['value'] The text to display

Definition at line 9 of file text.php.

if(!is_scalar($value))

Definition at line 10 of file text.php.