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

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

00001 <?php 
00002 include_once("RawData.php");
00003 
00004 class ColumnStyle extends RawData{
00005 
00006     public function setSortFlag($flag=null)
00007     {
00008         $this->m_SortFlag = $flag;
00009     }
00010        
00011     public function renderLabel()
00012     {
00013         return null;
00014     }  
00015 }
00016 
00017 ?>

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