Source for file jFormsControlButton.class.php
Documentation is available at jFormsControlButton.class.php
- <?php
- /**
- * @package jelix
- * @subpackage forms
- * @author Laurent Jouanneau
- * @contributor Thomas
- * @copyright 2012 Laurent Jouanneau
- * @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 jFormsControlButton extends jFormsControl {
- public $type='button';
-
- function setValueFromRequest($request) {
- }
-
- public function check(){
- return null;
- }
-
- function setDataFromDao($value, $daoDatatype) {
- $this->setData($value);
- }
- }
Documentation generated on Wed, 04 Jan 2017 22:54:42 +0100 by phpDocumentor 1.4.3