Elgg  Version 1.11
Namespaces | Variables
plaintext.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

 $vars ['class'] = (array) elgg_extract('class', $vars, [])
 
 $vars ['class'][] = 'elgg-input-plaintext'
 
 $defaults
 
 $value = htmlspecialchars($vars['value'], ENT_QUOTES, 'UTF-8')
 

Variable Documentation

$defaults
Initial value:
= array(
'value' => '',
'rows' => '10',
'cols' => '50',
'disabled' => false,
)

Definition at line 18 of file plaintext.php.

$value = htmlspecialchars($vars['value'], ENT_QUOTES, 'UTF-8')

Definition at line 27 of file plaintext.php.

$vars = (array) elgg_extract('class', $vars, [])

Definition at line 15 of file plaintext.php.

$vars['class'][] = 'elgg-input-plaintext'

Definition at line 16 of file plaintext.php.