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