references:joomla.framework:document:jdocumentpdf-renderrender
Renders the document. The method pushes the document data into the PDF object and invokes the PDF method to render the HTML in PDF format. The method returns the rendered PDF document. Syntaxstring render ( $cache, $params )
ExamplesThis method gets called by the JApplication::render() method in the following manner: Example $data = $document->render( $this->getCfg('caching'), $params); Discussion |


