Source for file INFA_CMS_CHAPTER.phpclass

Documentation is available at INFA_CMS_CHAPTER.phpclass

  1. <?php
  2. /**
  3.   * openCSP class file INFA_CMS_CHAPTER.phpclass
  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-17.10.2008
  12.   * @version $Id: INFA_CMS_CHAPTER.phpclass,v 1.1 2008/10/18 12:18:38 pitlinz Exp $
  13.   */
  14.  
  15.     // ---------------------------------------------------------
  16.     // requirements
  17.     // ---------------------------------------------------------
  18.  
  19.  
  20. /**
  21.   * openCSP class INFA_CMS_CHAPTER
  22.   *
  23.   * @project Open CSP-Management
  24.   * @package default
  25.   *
  26.   * @author Peter Krebs <pitlinz@users.sourceforge.net>
  27.   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  28.   *
  29.   * @since pk-17.10.2008
  30.   * @version $Id: INFA_CMS_CHAPTER.phpclass,v 1.1 2008/10/18 12:18:38 pitlinz Exp $
  31.   */
  32. interface INFA_CMS_CHAPTER
  33. {
  34.     // ---------------------------------------------------------------------------
  35.     // constants
  36.     // ---------------------------------------------------------------------------
  37.     
  38.  
  39.     // ---------------------------------------------------------------------------
  40.     // class (static)
  41.     // ---------------------------------------------------------------------------
  42.     
  43.     /*** class vars ------------------------------------------------------ */
  44.     
  45.     /*** class methods --------------------------------------------------- */
  46.     
  47.     // ---------------------------------------------------------------------------
  48.     // object vars
  49.     // ---------------------------------------------------------------------------
  50.     
  51.     /*** compostion --------------------------------------------------- */
  52.     
  53.     /*** attributes  -------------------------------------------------- */
  54.     
  55.     // ---------------------------------------------------------------------------
  56.     // factory / construct
  57.     // ---------------------------------------------------------------------------
  58.     
  59.     // ---------------------------------------------------------------------------
  60.     // getter / setter
  61.     // ---------------------------------------------------------------------------    
  62.  
  63.     // ---------------------------------------------------------------------------
  64.     // rendering
  65.     // ---------------------------------------------------------------------------    
  66.       
  67.       /**
  68.        * renders the html content of the chapter
  69.        *
  70.        * @param boolean $debug 
  71.        * 
  72.        * @return string (html)
  73.        */
  74.       public function render($debug=False);    
  75.     
  76. }
  77.  
  78. ?>

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