Source for file interface.HTMLINTERFACE.php

Documentation is available at interface.HTMLINTERFACE.php

  1. <?php
  2.  
  3.  
  4. /**
  5.  * Interface für alle Klassen, die direkt aus dem Natz angesprochen werden
  6.  *
  7.  * @author Kay Koch, <kay.koch@gmx.de>
  8.  * @package src
  9.  * @subpackage interfaces
  10.  */
  11.  
  12. if (version_compare(PHP_VERSION'5')) {
  13.     die('This file was generated for PHP 5');
  14. }
  15.  
  16. /* user defined includes */
  17. // section -64--88-122--2-3f9fc877:104611dccfe:-7fd0-includes begin
  18. // section -64--88-122--2-3f9fc877:104611dccfe:-7fd0-includes end
  19.  
  20. /* user defined constants */
  21. // section -64--88-122--2-3f9fc877:104611dccfe:-7fd0-constants begin
  22. // section -64--88-122--2-3f9fc877:104611dccfe:-7fd0-constants end
  23.  
  24. /**
  25.  * Interface für alle Klassen, die direkt aus dem Natz angesprochen werden
  26.  *
  27.  * @access public
  28.  * @author Kay Koch, <kay.koch@gmx.de>
  29.  * @package src
  30.  * @subpackage interfaces
  31.  */
  32. {
  33.     // --- OPERATIONS ---
  34.  
  35.     
  36.     /**
  37.      * gibt die Seite aus
  38.      *
  39.      * @access public
  40.      * @author Kay Koch, <kay.koch@gmx.de>
  41.      * @param string 
  42.      * @param boolean 
  43.      * @return void 
  44.      */
  45.     public function printPage($content$noHeader false);
  46.  
  47.     /**
  48.      * erstellt enn Header
  49.      *
  50.      * @access public
  51.      * @author Kay Koch, <kay.koch@gmx.de>
  52.      * @return string 
  53.      */
  54.     public function makeHeader();
  55.  
  56.     /**
  57.      * Short description of method makeFooter
  58.      *
  59.      * @access public
  60.      * @author Kay Koch, <kay.koch@gmx.de>
  61.      * @return string 
  62.      */
  63.     public function makeFooter();
  64.  
  65. /* end of interface src_interfaces_HTMLINTERFACE */
  66.  
  67. ?>

Documentation generated on Sat, 24 Mar 2007 10:00:19 +0100 by phpDocumentor 1.3.1