Source for file INFA_PRO_PRODUCT.phpclass

Documentation is available at INFA_PRO_PRODUCT.phpclass

  1. <?php
  2. /**
  3.   * openCSP class file INFA_PRO_PRODUCT.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-14.08.2008
  12.   * @version $Id: INFA_PRO_PRODUCT.phpclass,v 1.1 2008/08/16 09:21:09 pitlinz Exp $
  13.   */
  14.  
  15.     // ---------------------------------------------------------
  16.     // requirements
  17.     // ---------------------------------------------------------
  18.  
  19.  
  20. /**
  21.   * openCSP interface INFA_PRO_PRODUCT
  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-14.08.2008
  30.   * @version $Id: INFA_PRO_PRODUCT.phpclass,v 1.1 2008/08/16 09:21:09 pitlinz Exp $
  31.   */
  32. interface INFA_PRO_PRODUCT 
  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.     // ---------------------------------------------------------------------------
  64.     // online state / rights
  65.     // ---------------------------------------------------------------------------
  66.     
  67.     /**
  68.      * returns if a product is online or not
  69.      *
  70.      * @param boolean $checkParts (check if we have an online part)
  71.      * @param boolean $debug 
  72.      * 
  73.      * @return boolean 
  74.      */
  75.     public function isOnline($checkParts=True,$debug=False);
  76.     
  77.     
  78.     /**
  79.      * returns if the product is in a campain
  80.      * 
  81.      * @param boolean $debug 
  82.      * 
  83.      * @return boolean 
  84.      */
  85.     public function isCampained($debug=False);
  86. }
  87.  
  88. ?>

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