Example #1
0
 public static function input($type = '')
 {
     $input = new HTMLObj('input', false);
     return $input->type($type);
 }