Source for file OCSP_FRMVIEW_LIST_CSV.phpclass

Documentation is available at OCSP_FRMVIEW_LIST_CSV.phpclass

  1. <?php
  2. /**
  3.   * openCSP class file
  4.   *
  5.   * @project Open CSP-Management
  6.   * @package default
  7.   *
  8.   * @author Peter Krebs <pitlinz@users.sourceforge.net>
  9.   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10.   *
  11.   * @since pk-29.05.2008
  12.   * @version $Id: OCSP_FRMVIEW_LIST_FLEXGRID.phpclass,v 1.4 2008/09/10 07:34:57 pitlinz Exp $
  13.   */
  14.  
  15. // ---------------------------------------------------------
  16. // requirements
  17. // ---------------------------------------------------------
  18.  
  19.     pcf_require_class('OCSP_FRMVIEW_LIST',dirname(__FILE___OCSP_DIRSEP_ "OCSP_FRMVIEW_LIST.phpclass");
  20.  
  21. /**
  22.   * openCSP class file
  23.   *
  24.   * @project Open CSP-Management
  25.   * @package default
  26.   *
  27.   * @author Peter Krebs <pitlinz@users.sourceforge.net>
  28.   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  29.   *
  30.   * @since pk-29.05.2008
  31.   * @version $Id: OCSP_FRMVIEW_LIST_FLEXGRID.phpclass,v 1.4 2008/09/10 07:34:57 pitlinz Exp $
  32.   */
  33.     extends OCSP_FRMVIEW_LIST 
  34. {
  35.     /*** class constants  --------------------------------------------- */
  36.  
  37.     /**
  38.      * @constant string CLASS_SRC_FILE
  39.      *
  40.      * @abstract
  41.      */
  42.     const CLASS_SRC_FILE = __FILE__;
  43.     
  44.     /*** compostion --------------------------------------------------- */
  45.     
  46.     /*** attributes  -------------------------------------------------- */
  47.  
  48.     /**
  49.      * coloumn seperator
  50.      *
  51.      * @var char $myColSep 
  52.      */
  53.     protected $myColSep=";";
  54.     
  55.     /**
  56.      * line end
  57.      * 
  58.      * @var string $myLineEnd 
  59.      */
  60.     protected $myLineEnd = "\r\n";
  61.     
  62.     /**
  63.      * strings are enclosed by
  64.      *
  65.      * @var char $myStringEnclose 
  66.      */
  67.     protected $myStringEnclose = "\"";
  68.     
  69.     /*** factory / construct  ----------------------------------------- */
  70.     
  71.     /*** getter / setter ---------------------------------------------- */
  72.     
  73.     
  74.     
  75.     // --------------------------------------------------------
  76.     // render
  77.     // --------------------------------------------------------
  78.     
  79.     /**
  80.      * returns the list HTML code
  81.      * 
  82.      * @param boolean $debug 
  83.      * 
  84.      * @return string 
  85.      */
  86.     function getList($debug=False)
  87.     {  
  88.         if ($debugechoDebugMethod(__FILE__,get_class($this),"OCSP_FRMVIEW_CSV::getList()");
  89.         
  90.         $str_ret $this->getHeadLine();
  91.         
  92.     }    
  93.     
  94. }
  95.  
  96. ?>

Documentation generated on Thu, 08 Jan 2009 17:46:38 +0100 by phpDocumentor 1.4.0a2