Source for file interface.PDFINTERFACE.php

Documentation is available at interface.PDFINTERFACE.php

  1. <?php
  2.  
  3.  
  4. /**
  5.  * Interface zur Erstellung von pdf-Dokumenten
  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-339007d5:1043cd4e8c9:-7fd7-includes begin
  18. // section -64--88-122--2-339007d5:1043cd4e8c9:-7fd7-includes end
  19.  
  20. /* user defined constants */
  21. // section -64--88-122--2-339007d5:1043cd4e8c9:-7fd7-constants begin
  22. // section -64--88-122--2-339007d5:1043cd4e8c9:-7fd7-constants end
  23.  
  24. /**
  25.  * Interface zur Erstellung von pdf-Dokumenten
  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.      * Kopfzeile des Dokumentes
  38.      *
  39.      * @access public
  40.      * @author Kay Koch, <kay.koch@gmx.de>
  41.      * @return void 
  42.      */
  43.     public function header();
  44.  
  45.     /**
  46.      * Fußzeile des Dokumentes
  47.      *
  48.      * @access public
  49.      * @author Kay Koch, <kay.koch@gmx.de>
  50.      * @return void 
  51.      */
  52.     public function footer();
  53.  
  54.     /**
  55.      * nimmt Daten für einen Tag auf und bearbeitet sie weiter
  56.      *
  57.      * @access public
  58.      * @author Kay Koch, <kay.koch@gmx.de>
  59.      * @param array 
  60.      * @param date 
  61.      * @return void 
  62.      */
  63.     public function createDate($arrHour$datum);
  64.  
  65.     /**
  66.      * Beginnt eine neues Dokument
  67.      *
  68.      * @access public
  69.      * @author Kay Koch, <kay.koch@gmx.de>
  70.      * @param EINSEE 
  71.      * @return void 
  72.      */
  73.     public function beginNewDocument($oSee);
  74.  
  75.     /**
  76.      * Beginnt eine neue Seite
  77.      *
  78.      * @access public
  79.      * @author Kay Koch, <kay.koch@gmx.de>
  80.      * @param time 
  81.      * @return void 
  82.      */
  83.     public function beginNewPage($title);
  84.  
  85. /* end of interface src_interfaces_PDFINTERFACE */
  86.  
  87. ?>

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