Source for file INFA_MOD_HOOK.phpclass

Documentation is available at INFA_MOD_HOOK.phpclass

  1. <?php
  2. /**
  3.   * openCSP interface file INFA_MOD_HOOK.phpclass
  4.   *
  5.   * @project Open CSP-Management
  6.   * @package modules
  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.03.2008
  12.   * @version $Id: INFA_MOD_HOOK.phpclass,v 1.1 2008/06/13 15:30:17 pitlinz Exp $
  13.   ***/
  14.  
  15. // ---------------------------------------------------------
  16. // requirements
  17. // ---------------------------------------------------------
  18.  
  19.  
  20.  
  21. /**
  22.   * openCSP interface INFA_MOD_HOOK
  23.   *
  24.   * @project Open CSP-Management
  25.   * @package modules
  26.   *
  27.   * @author Peter Krebs <pitlinz@users.sourceforge.net>
  28.   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  29.   *
  30.   * @since pk-19.03.2008
  31.   * @version $Id: INFA_MOD_HOOK.phpclass,v 1.1 2008/06/13 15:30:17 pitlinz Exp $
  32.   ***/
  33. interface INFA_MOD_HOOK
  34. {
  35.     /*** class constants  --------------------------------------------- */
  36.  
  37.     /*** class variables  --------------------------------------------- */
  38.     
  39.     /*** compostion --------------------------------------------------- */
  40.     
  41.     /*** attributes  -------------------------------------------------- */
  42.     
  43.     
  44.     /*** DB Commands -------------------------------------------------- */
  45.     
  46.     /**
  47.      * executed after db insert
  48.      *
  49.      * @param DBMS_TABLEOBJ $parent 
  50.      * @param boolean $debug 
  51.      */
  52.     public function dbInsert($parent,$debug);
  53. }
  54.  
  55. ?>

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