<?php namespace LimeSurvey\Libraries\FormExtension\Inputs; /** * Basic text input. No customized behaviour compared to base class. */ class TextInput extends BaseInput { }