JDocumentPDF/1.5
From Joomla! Documentation
< JDocumentPDF(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 47: | Line 47: | ||
<source lang="php">jimport( 'joomla.document.pdf.pdf' );</source> | <source lang="php">jimport( 'joomla.document.pdf.pdf' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JDocumentPDF''' on [http://api.joomla.org/Joomla-Framework/Document/JDocumentPDF.html api.joomla.org] | + | * {{JVer|1.5}} '''JDocumentPDF''' on [http://api.joomla.org/1.5/Joomla-Framework/Document/JDocumentPDF.html api.joomla.org] |
* {{JVer|1.5}} '''JDocumentPDF source code''' on [[jframework15:document/pdf/pdf.php|JoomlaCode]] | * {{JVer|1.5}} '''JDocumentPDF source code''' on [[jframework15:document/pdf/pdf.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Document/1.5|Document]] | * {{JVer|1.5}} Subpackage [[Subpackage Document/1.5|Document]] | ||
Latest revision as of 14:17, 13 February 2013
[edit]
JDocumentPDF
[edit] Description
Description:JDocumentPDF [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Class constructore. |
| public | fixLinks | |
| public | getHeader | Returns the document header string. |
| public | getName | Returns the document name. |
| public | render | Render the document. |
| public | setHeader | Sets the document header string. |
| public | setName | Sets the document name. |
- Defined in libraries/joomla/document/pdf/pdf.php
- Extends JDocument
[edit] Importing
jimport( 'joomla.document.pdf.pdf' );
[edit] See also
-
JDocumentPDF on api.joomla.org
-
JDocumentPDF source code on JoomlaCode
-
Subpackage Document
- Other versions of JDocumentPDF
SeeAlso:JDocumentPDF [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />