gyro/core/view/widgets/input/text.input.widget.php
Go to the documentation of this file.00001 <?php 00002 require_once GYRO_CORE_DIR . 'view/widgets/input/base/text.input.widget.php'; 00003 00004 /** 00005 * A text widget 00006 * 00007 * @author Gerd Riesselmann 00008 * @ingroup View 00009 */ 00010 class InputWidgetText extends InputWidgetTextBase { 00011 }