Source for file INFA_PRO_PART.phpclass

Documentation is available at INFA_PRO_PART.phpclass

  1. <?php
  2. /**
  3.   * openCSP class file INFA_PRO_PART.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-16.10.2008
  12.   * @version $Id: INFA_PRO_PART.phpclass,v 1.1 2008/10/16 02:21:48 pitlinz Exp $
  13.   */
  14.  
  15.     // ---------------------------------------------------------
  16.     // requirements
  17.     // ---------------------------------------------------------
  18.  
  19.  
  20. /**
  21.   * openCSP class INFA_PRO_PART
  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-16.10.2008
  30.   * @version $Id: INFA_PRO_PART.phpclass,v 1.1 2008/10/16 02:21:48 pitlinz Exp $
  31.   */
  32. interface INFA_PRO_PART 
  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 product id
  64.      *
  65.      * @return int 
  66.      */
  67.     public function getId();    
  68.     
  69. }
  70.  
  71. ?>

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