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