Document: ezcDocumentPdfFooterPdfPart
[ ]
[ Conversion ] [ Styles ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDocumentPdfFooterPdfPart
|
Basic foot class, which renders a simple page footer including information from the document. [
source]
Configured using the ezcDocumentPdfFooterOptions options class.
A footer, or any other PDF part, can be registered for rendering in the main PDF class using the registerPdfPart() method, like:
Parents
ezcDocumentPdfPart
|
--ezcDocumentPdfFooterPdfPart
Descendents
| Child Class |
Description |
| ezcDocumentPdfHeaderPdfPart |
Just an alias for the footer class, but will be positioned on the top of a page by default.
|
Member Variables
Inherited Member Variables
From
ezcDocumentPdfPart:
Method Summary
Inherited Methods
From
ezcDocumentPdfPart :
Methods
__construct
Create a new footer PDF part
Parameters
Redefined in descendants as
hookDocumentCreation
void hookDocumentCreation(
$element )
Hook on document creation
Hook called when a new document is created.
Parameters
| Name |
Type |
Description |
$element |
ezcDocumentLocateableDomElement |
|
Redefinition of
hookPageCreation
void hookPageCreation(
$page )
Hook on page creation
Hook called on page creation, so that certain areas might be reserved or it already may render stuff on the frshly created page.
Parameters
| Name |
Type |
Description |
$page |
ezcDocumentPdfPage |
|
Redefinition of
Last updated: Mon, 21 Dec 2009