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