| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: pdf.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 247 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Class: JDocumentPDF - X-Ref
DocumentPDF class, provides an easy interface to parse and display a pdf document| __construct($options = array() X-Ref |
| Class constructore param: array $options Associative array of options |
| setName($name = 'joomla') X-Ref |
| Sets the document name param: string $name Document name return: void |
| getName() X-Ref |
| Returns the document name return: string |
| setHeader($text) X-Ref |
| Sets the document header string param: string $text Document header string return: void |
| getHeader() X-Ref |
| Returns the document header string return: string |
| render( $cache = false, $params = array() X-Ref |
| Render the document. param: boolean $cache If true, cache the output param: array $params Associative array of attributes return: The rendered data |
| fixLinks() X-Ref |
| No description |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |