CompilerInterface
in
Compiler interface
Tags
Table of Contents
Methods
- finalize() : void
- Compile and finalize the PDF document
- getDocument() : Document|null
- Get the document object
- getInfo() : InfoObject|null
- Get the info object
- getOutput() : string
- Get the compiled output
- getParent() : ParentObject|null
- Get the parent object
- getRoot() : RootObject|null
- Get the root object
- lastIndex() : int
- Return the last object index.
- setDocument() : Compiler
- Set the document object
Methods
finalize()
Compile and finalize the PDF document
public
finalize(AbstractDocument $document) : void
Parameters
- $document : AbstractDocument
getDocument()
Get the document object
public
getDocument() : Document|null
Return values
Document|nullgetInfo()
Get the info object
public
getInfo() : InfoObject|null
Return values
InfoObject|nullgetOutput()
Get the compiled output
public
getOutput() : string
Return values
stringgetParent()
Get the parent object
public
getParent() : ParentObject|null
Return values
ParentObject|nullgetRoot()
Get the root object
public
getRoot() : RootObject|null
Return values
RootObject|nulllastIndex()
Return the last object index.
public
lastIndex() : int
Return values
intsetDocument()
Set the document object
public
setDocument(AbstractDocument $document) : Compiler
Parameters
- $document : AbstractDocument