Elgg  Version 1.11
Namespaces | Variables
text.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-text'
 
 $defaults
 

Variable Documentation

$defaults
Initial value:
= array(
'value' => '',
'disabled' => false,
'type' => 'text'
)

Definition at line 15 of file text.php.

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

Definition at line 12 of file text.php.

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

Definition at line 13 of file text.php.