Source for file INFA_CLI_STAFF.phpclass

Documentation is available at INFA_CLI_STAFF.phpclass

  1. <?php
  2. /**
  3.   * openCSP class file INFA_CLI_STAFF.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_CLI_STAFF.phpclass,v 1.2 2008/08/22 01:27:38 pitlinz Exp $
  13.   */
  14.  
  15.     // ---------------------------------------------------------
  16.     // requirements
  17.     // ---------------------------------------------------------
  18.  
  19.  
  20. /**
  21.   * openCSP class INFA_CLI_STAFF
  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_CLI_STAFF.phpclass,v 1.2 2008/08/22 01:27:38 pitlinz Exp $
  31.   */
  32. interface INFA_CLI_STAFF 
  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 id
  64.       * @return int 
  65.       ***/
  66.     function getId();    
  67.     
  68.     /**
  69.      * returns the client name
  70.      *
  71.      * @return string 
  72.      */
  73.     public function getName();
  74.         
  75.     
  76. }
  77.  
  78. ?>

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