Source for file jFormsControlSecret.class.php
Documentation is available at jFormsControlSecret.class.php
- <?php
- /**
- * @package jelix
- * @subpackage forms
- * @author Laurent Jouanneau
- * @contributor Loic Mathaud
- * @copyright 2006-2008 Laurent Jouanneau
- * @copyright 2007 Loic Mathaud
- * @link http://www.jelix.org
- * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
- */
-
- /**
- *
- * @package jelix
- * @subpackage forms
- */
- class jFormsControlSecret extends jFormsControl {
- public $type='secret';
- public $size=0;
-
- function getDisplayValue($value){
- return str_repeat("*", strlen($value));
- }
- }
Documentation generated on Thu, 19 Sep 2013 00:05:12 +0200 by phpDocumentor 1.4.3