Source for file INFA_DBMS_FIELD_SELECTLIST.phpclass

Documentation is available at INFA_DBMS_FIELD_SELECTLIST.phpclass

  1. <?php
  2. /**
  3.   * interface file INFA_DBMS_FIELD_SELECTLIST.phpclass
  4.   *
  5.   * @project    Open CSP-Management
  6.   * @package    dbms_field
  7.   * @category   field
  8.   *
  9.   * @author     Peter Krebs <pitlinz@sourceforge.net>
  10.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  11.   *
  12.   ***/
  13.  
  14.  
  15. /**
  16.   * interface to handle a form select field
  17.   *
  18.   * @project    Open CSP-Management
  19.   * @package    dbms_field
  20.   * @category   field
  21.   *
  22.   * @author     Peter Krebs <pitlinz@sourceforge.net>
  23.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  24.   * 
  25.   * @since pk-08-01-30
  26.   */
  27.  
  28. {
  29.  
  30.     // --------------------------------------------------------
  31.     // getter / setter
  32.     // --------------------------------------------------------
  33.  
  34.         
  35.     // --------------------------------------------------------
  36.     // field configuration
  37.     // --------------------------------------------------------
  38.       
  39.       
  40.     // --------------------------------------------------------
  41.     // jOCSP
  42.     // --------------------------------------------------------
  43.     
  44.     /**
  45.      * returns a javascript to be called for reloading the form
  46.      *
  47.      * @param boolean $debug 
  48.      * 
  49.      * @return string 
  50.      */
  51.     public function JOCSP_getReloadScript($debug=FALSE);
  52.         
  53.     // --------------------------------------------------------
  54.     // html form output
  55.     // --------------------------------------------------------
  56.  
  57.     
  58.     // --------------------------------------------------------
  59.     // data validation
  60.     // --------------------------------------------------------
  61.     
  62. }
  63. ?>

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