Text.php 240 B

1234567891011121314
  1. <?php
  2. namespace ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields;
  3. /**
  4. * BaseField controler
  5. *
  6. * @autor ThurData <info@thurdata.ch>
  7. */
  8. class Text extends BaseField
  9. {
  10. protected $id = 'text';
  11. protected $name = 'text';
  12. }