• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List

E:/E/GEAMP/www/openbiz/openbiz/bin/easy/element/ColumnValue.php

00001 <?PHP
00025 include_once("Element.php");
00026 
00036 class ColumnValue extends ColumnText
00037 {    
00043     public function render()
00044     {
00045         $val = $this->m_Value;
00046         return $val;
00047     }
00048 
00049 }
00050 
00051 ?>

Generated on Thu Apr 19 2012 17:09:13 for openbiz by  doxygen 1.7.2