Elgg  Version master
tel.php
Go to the documentation of this file.
1 <?php
7 $vars['class'] = elgg_extract_class($vars, 'elgg-input-tel');
8 
10  'type' => 'tel',
11 ];
12 
13 $vars = array_merge($defaults, $vars);
14 
15 echo elgg_view('input/text', $vars);
elgg_extract_class(array $array, $existing=[], $extract_key= 'class')
Extract class names from an array, optionally merging into a preexisting set.
Definition: elgglib.php:276
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition: views.php:156
$vars['class']
Elgg tel input Displays a tel input field.
Definition: tel.php:7
$defaults
Definition: tel.php:9