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

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

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

@uses $vars['value'] The text to display

Definition at line 9 of file text.php.

◆ if

if(!is_scalar($value)) ( is_scalar $value)

Definition at line 10 of file text.php.