icingaweb2-module-director/library/vendor/ipl/Html/FormElement/TextElement.php

9 lines
114 B
PHP
Raw Normal View History

2018-06-07 23:32:39 +02:00
<?php
namespace dipl\Html\FormElement;
class TextElement extends InputElement
{
protected $type = 'text';
}