Abstract Class Zend_Pdf_Trailer

Description

PDF file trailer

Located in /Zend/Pdf/Trailer.php (line 35)


	
			
Direct descendents
Class Description
 class Zend_Pdf_Trailer_Generator PDF file trailer generator (used for just created PDF)
 class Zend_Pdf_Trailer_Keeper PDF file trailer.
Variable Summary
Method Summary
 Zend_Pdf_Trailer __construct (Zend_Pdf_Element_Dictionary $dict)
 integer getLastFreeObject ()
 string getPDFLength ()
 string getPDFString ()
 string toString ()
 void _checkDictKey (string $key)
 mixed __get (string $property)
 void __set (string $property, mixed $value)
Variables
mixed $_allowedKeys = array('Size', 'Prev', 'Root', 'Encrypt', 'Info', 'ID', 'Index', 'W') (line 37)
  • access: private
  • static:
Zend_Pdf_Element_Dictionary $_dict (line 44)

Trailer dictionary.

  • access: private
Methods
Constructor __construct (line 65)

Object constructor

  • access: public
Zend_Pdf_Trailer __construct (Zend_Pdf_Element_Dictionary $dict)

Redefined in descendants as:
getLastFreeObject (line 128)

Get header of free objects list Returns object number of last free object

  • access: public
  • abstract:
integer getLastFreeObject ()

Redefined in descendants as:
getPDFLength (line 113)

Get length of source PDF

  • access: public
  • abstract:
string getPDFLength ()

Redefined in descendants as:
getPDFString (line 120)

Get PDF String

  • access: public
  • abstract:
string getPDFString ()

Redefined in descendants as:
toString (line 102)

Return string trailer representation

  • access: public
string toString ()
_checkDictKey (line 52)

Check if key is correct

  • access: private
  • throws: Zend_Pdf_Exception
void _checkDictKey (string $key)
  • string $key
__get (line 80)

Get handler

  • access: public
mixed __get (string $property)
  • string $property
__set (line 91)

Set handler

  • access: public
void __set (string $property, mixed $value)
  • string $property
  • mixed $value

Documentation generated on Tue, 18 Apr 2006 11:55:47 -0700 by phpDocumentor 1.3.0RC3