Source for file INFA_CLIENT.phpclass

Documentation is available at INFA_CLIENT.phpclass

  1. <?php
  2. /**
  3.   * openCSP class file INFA_CLIENT.phpclass
  4.   *
  5.   * @project Open CSP-Management
  6.   * @package client
  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-19.08.2008
  12.   * @version $Id: INFA_CLIENT.phpclass,v 1.1 2008/08/20 23:56:08 pitlinz Exp $
  13.   */
  14.  
  15.     // ---------------------------------------------------------
  16.     // requirements
  17.     // ---------------------------------------------------------
  18.  
  19.  
  20. /**
  21.   * openCSP class INFA_CLIENT
  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-19.08.2008
  30.   * @version $Id: INFA_CLIENT.phpclass,v 1.1 2008/08/20 23:56:08 pitlinz Exp $
  31.   */
  32. interface INFA_CLIENT 
  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 client type id
  64.      *
  65.      * @return int 
  66.      */
  67.     public function getTypeId();
  68.     
  69.     /**
  70.      * returns the client name
  71.      *
  72.      * @return string 
  73.      */
  74.     public function getName();
  75.         
  76.     
  77. }
  78.  
  79. ?>

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