Source for file jFormsControlButton.class.php

Documentation is available at jFormsControlButton.class.php

  1. <?php
  2. /**
  3. @package     jelix
  4. @subpackage  forms
  5. @author      Laurent Jouanneau
  6. @contributor Thomas
  7. @copyright   2012 Laurent Jouanneau
  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 jFormsControlButton extends jFormsControl {
  18.     public $type='button';
  19.  
  20.     function setValueFromRequest($request{
  21.     }
  22.  
  23.     public function check(){
  24.         return null;
  25.     }
  26.     
  27.     function setDataFromDao($value$daoDatatype{
  28.         $this->setData($value);
  29.     }
  30. }

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