/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/form/form_elements/FEPassword.inc
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/form/form_elements/FEPassword.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jonen, Sat Sep 20 00:20:15 2003 UTC revision 1.4 by jonen, Thu Aug 11 14:09:59 2005 UTC
# Line 4  Line 4 
4   *   *
5   * $Id$   * $Id$
6   *   *
7   * @author Walter A. Boring IV <waboring@buildabetterweb.com>   * @author Walter A. Boring IV <waboring@newsblob.com>
8   * @author Suren Markosyan <suren@bcsweb.com>   * @author Suren Markosyan <suren@bcsweb.com>
9   * @package phpHtmlLib   * @package phpHtmlLib
10   * @subpackage FormProcessing   * @subpackage FormProcessing
# Line 23  Line 23 
23   *       user's input is what they wanted.   *       user's input is what they wanted.
24   *   *
25   *   *
26   * @author Walter A. Boring IV <waboring@buildabetterweb.com>   * @author Walter A. Boring IV <waboring@newsblob.com>
27   * @author Suren Markossian <suren@bcsweb.com>   * @author Suren Markossian <suren@bcsweb.com>
28   * @package phpHtmlLib   * @package phpHtmlLib
29   * @subpackage FormProcessing   * @subpackage FormProcessing
# Line 47  class FEPassword extends FEText { Line 47  class FEPassword extends FEText {
47    
48    
49      /**      /**
50         * return a string to the user for the
51         * confirmation page
52         *
53         * @return string
54         */
55        function get_value_text() {
56            return str_repeat('*', strlen($this->get_value()));
57        }
58    
59    
60        /**
61       * This function performs the actual validation       * This function performs the actual validation
62       * It is called only if the validation is required by       * It is called only if the validation is required by
63       * this element       * this element
# Line 80  class FEPassword extends FEText { Line 91  class FEPassword extends FEText {
91   * object, so it can validate against.   * object, so it can validate against.
92   *   *
93   *   *
94   * @author Walter A. Boring IV <waboring@buildabetterweb.com>   * @author Walter A. Boring IV <waboring@newsblob.com>
95   * @author Suren Markossian <suren@bcsweb.com>   * @author Suren Markossian <suren@bcsweb.com>
96   * @package phpHtmlLib   * @package phpHtmlLib
97   * @subpackage FormProcessing   * @subpackage FormProcessing

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed