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

Variable Documentation

$defaults
Initial value:
= array(
'disabled' => false,
'value' => '',
'autocapitalize' => 'off',
'autocorrect' => 'off',
'type' => 'password'
)

Definition at line 17 of file password.php.

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

Definition at line 14 of file password.php.

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

Definition at line 15 of file password.php.