Source for file jFormsControlReset.class.php

Documentation is available at jFormsControlReset.class.php

  1. <?php
  2. /**
  3. @package     jelix
  4. @subpackage  forms
  5. @author      Laurent Jouanneau
  6. @contributor Dominique Papin
  7. @copyright   2006-2008 Laurent Jouanneau, 2007 Dominique Papin
  8. @link        http://www.jelix.org
  9. @licence     http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
  10. */
  11.  
  12. /**
  13.  *
  14.  * @package     jelix
  15.  * @subpackage  forms
  16.  */
  17. class jFormsControlReset extends jFormsControl {
  18.     public $type='reset';
  19.  
  20.     public function check(){
  21.         return null;
  22.     }
  23. }

Documentation generated on Wed, 04 Jan 2017 22:54:54 +0100 by phpDocumentor 1.4.3