Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

label-field.inc.php

Go to the documentation of this file.
00001 <?php
00008 class LabelField extends AbstractField
00009 {
00010     public $text = ''; 
00011 
00015     public function drawInput()
00016     {
00017         echo $this->text;
00018     }
00019 
00024     public function getSqlImpl()
00025     {
00026         return null; # No-Op
00027     }
00028 
00033     public function setDataFromRequest()
00034     {
00035         return null;
00036     }
00037 }
00038 ?>

Generated on Fri Oct 27 12:26:39 2006 for BaseJumper by doxygen 1.3.9.1