Source for file INFA_CMS_PAGE_TEMPLATE.phpclass

Documentation is available at INFA_CMS_PAGE_TEMPLATE.phpclass

  1. <?php
  2. /**
  3.   * openCSP class file INFA_CMS_PAGE_TEMPLATE.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-06.07.2008
  12.   * @version $Id: INFA_CMS_PAGE_TEMPLATE.phpclass,v 1.2 2008/07/25 14:59:48 pitlinz Exp $
  13.   */
  14.  
  15.     // ---------------------------------------------------------
  16.     // requirements
  17.     // ---------------------------------------------------------
  18.  
  19.     pcf_require_class('OCSP_OBJ',__OCSP_PHPINCPATH__ "common/OCSP_OBJ.phpclass");
  20.  
  21. /**
  22.   * openCSP class INFA_CMS_PAGE_TEMPLATE
  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-06.07.2008
  31.   * @version $Id: INFA_CMS_PAGE_TEMPLATE.phpclass,v 1.2 2008/07/25 14:59:48 pitlinz Exp $
  32.   */
  33. {
  34.     // ---------------------------------------------------------------------------
  35.     // constants
  36.     // ---------------------------------------------------------------------------
  37.     
  38.     // ---------------------------------------------------------------------------
  39.     // class (static)
  40.     // ---------------------------------------------------------------------------
  41.     
  42.     /*** class vars ------------------------------------------------------ */
  43.     
  44.     /*** class methods --------------------------------------------------- */
  45.     
  46.     // ---------------------------------------------------------------------------
  47.     // object vars
  48.     // ---------------------------------------------------------------------------
  49.     
  50.     /*** compostion --------------------------------------------------- */
  51.     
  52.     /*** attributes  -------------------------------------------------- */
  53.     
  54.     // ---------------------------------------------------------------------------
  55.     // factory / construct
  56.     // ---------------------------------------------------------------------------
  57.     
  58.     // ---------------------------------------------------------------------------
  59.     // getter / setter
  60.     // ---------------------------------------------------------------------------    
  61.  
  62.     /**
  63.      * returns the template id (PTMP_ID)
  64.      *
  65.      * @return int 
  66.      */
  67.     public function getId();
  68.     
  69.     // ---------------------------------------------------------------------------
  70.     // chapter templates
  71.     // ---------------------------------------------------------------------------    
  72.     
  73.     /**
  74.      * returns an array of chapter template names with chapter template ID as index
  75.      *
  76.      * @param boolean $getAll 
  77.      * @param boolean $debug 
  78.      */
  79.     public function getChaTemplateNames($getAll=False,$debug=False);
  80.     
  81. }
  82.  
  83. ?>

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