Source for file INFA_CMS_PAGE_FORM.phpclass

Documentation is available at INFA_CMS_PAGE_FORM.phpclass

  1. <?php
  2. /**
  3.   * openCSP interface file INFA_CMS_PAGE_FORM.phpclass
  4.   *
  5.   * @project Open CSP-Management
  6.   * @package cms
  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-16.06.2008
  12.   * @version $Id: INFA_CMS_PAGE_FORM.phpclass,v 1.2 2008/06/19 07:47:26 pitlinz Exp $
  13.   */
  14.  
  15. // ---------------------------------------------------------
  16. // requirements
  17. // ---------------------------------------------------------
  18.  
  19. pcf_require_interface('INFA_OCSP_FORM',__OCSP_PHPINCPATH__ "db/forms/INFA_OCSP_FORM.phpclass");
  20.  
  21. /**
  22.   * openCSP interface INFA_CMS_PAGE_FORM
  23.   *
  24.   * @project Open CSP-Management
  25.   * @package cms
  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-16.06.2008
  31.   * @version $Id: INFA_CMS_PAGE_FORM.phpclass,v 1.2 2008/06/19 07:47:26 pitlinz Exp $
  32.   */
  33. interface INFA_CMS_PAGE_FORM extends INFA_OCSP_FORM
  34. {
  35.     /*** class constants  --------------------------------------------- */
  36.     
  37.     /*** compostion --------------------------------------------------- */
  38.     
  39.     /*** attributes  -------------------------------------------------- */
  40.     
  41.     /*** factory / construct  ----------------------------------------- */
  42.     
  43.     /*** getter / setter ---------------------------------------------- */
  44. }
  45.  
  46. ?>

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