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

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

00001 <?PHP
00017 include_once("LabelText.php");
00018 
00028 class ColumnHidden extends LabelText
00029 {
00030 
00031     public function setSortFlag($flag=null)
00032     {
00033         $this->m_SortFlag = $flag;
00034     }
00035 
00042     public function renderLabel()
00043     {
00044         return null;
00045     }
00046     public function render()
00047     {
00048         return null;
00049     }
00050 }
00051 ?>

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