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

9 lines
114 B
PHP

<?php
namespace dipl\Html\FormElement;
class TextElement extends InputElement
{
protected $type = 'text';
}