linea21-utils
[ class tree: linea21-utils ] [ index: linea21-utils ] [ all elements ]

Source for file pdf.summary.php

Documentation is available at pdf.summary.php

  1. <?php
  2. /**
  3.  * @package linea21.utils
  4.  * @subpackage report_sdi
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  *  Define, compose and generate a SDI (Sustainable Development Indicators) PDF report
  10.  */
  11.  
  12. ///////////////////////////////////
  13. //    index - RAPPORT
  14. ///////////////////////////////////
  15.  
  16. $pdf->AddPage();
  17. $pdf->Bookmark($lang['dashboard']['rap_summary']);
  18. $pdf->CreateIndex(INDEX_DEPTH);
  19.  
  20. ?>

Documentation generated on Fri, 16 Oct 2009 09:37:59 +0200 by phpDocumentor 1.4.1