Source for file INFA_TMPL_CHAPTER.phpclass

Documentation is available at INFA_TMPL_CHAPTER.phpclass

  1. <?php
  2. /**
  3.   * openCSP interface file INFA_TMPL_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-02.09.2008
  12.   * @version $Id: INFA_TMPL_CHAPTER.phpclass,v 1.1 2008/10/18 12:18:39 pitlinz Exp $
  13.   */
  14.  
  15.     // ---------------------------------------------------------
  16.     // requirements
  17.     // ---------------------------------------------------------
  18.  
  19.  
  20. /**
  21.   * openCSP interface INFA_TMPL_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-02.09.2008
  30.   * @version $Id: INFA_TMPL_CHAPTER.phpclass,v 1.1 2008/10/18 12:18:39 pitlinz Exp $
  31.   */
  32. {
  33.     // ---------------------------------------------------------------------------
  34.     // constants
  35.     // ---------------------------------------------------------------------------
  36.     
  37.     // ---------------------------------------------------------------------------
  38.     // class (static)
  39.     // ---------------------------------------------------------------------------
  40.     
  41.     /*** class vars ------------------------------------------------------ */
  42.     
  43.     /**
  44.      * returns an instance of the unit of work
  45.      *
  46.      * @param int $aId 
  47.      * 
  48.      * @return NWL_TMPL_CHAPTER 
  49.      */
  50.     public static function &getInstance($aId);
  51.     
  52.     /*** class methods --------------------------------------------------- */
  53.     
  54.     // ---------------------------------------------------------------------------
  55.     // object vars
  56.     // ---------------------------------------------------------------------------
  57.     
  58.     /*** compostion --------------------------------------------------- */
  59.     
  60.     /*** attributes  -------------------------------------------------- */
  61.     
  62.     // ---------------------------------------------------------------------------
  63.     // factory / construct
  64.     // ---------------------------------------------------------------------------
  65.     
  66.     /**
  67.      * factories a new NWL_TMPL_CHAPTER object
  68.      *
  69.      * @param int $aId 
  70.      * 
  71.      * @return NWL_TMPL_CHAPTER 
  72.      */
  73.     public static function factoryFromId($aId);    
  74.     
  75.     // ---------------------------------------------------------------------------
  76.     // getter / setter
  77.     // ---------------------------------------------------------------------------    
  78.  
  79.     /**
  80.      * returns the id
  81.      *
  82.      * @return int 
  83.      */
  84.     public function getId();
  85.     
  86.         
  87.     // ---------------------------------------------------------------------------
  88.     // rights
  89.     // ---------------------------------------------------------------------------    
  90.     
  91. }
  92.  
  93. ?>

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