Abstract Class Zend_Pdf_Trailer

Description

PDF file trailer

  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  • abstract:
  • license: New BSD License

Located in /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.
Method Summary
 Zend_Pdf_Trailer __construct (Zend_Pdf_Element_Dictionary $dict)
 integer getLastFreeObject ()
 string getPDFLength ()
 string getPDFString ()
 string toString ()
 mixed __get (string $property)
 void __set (string $property, mixed $value)
Methods
Constructor __construct (line 66)

Object constructor

  • access: public
Zend_Pdf_Trailer __construct (Zend_Pdf_Element_Dictionary $dict)

Redefined in descendants as:
getLastFreeObject (line 129)

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

  • abstract:
  • access: public
integer getLastFreeObject ()

Redefined in descendants as:
getPDFLength (line 114)

Get length of source PDF

  • abstract:
  • access: public
string getPDFLength ()

Redefined in descendants as:
getPDFString (line 121)

Get PDF String

  • abstract:
  • access: public
string getPDFString ()

Redefined in descendants as:
toString (line 103)

Return string trailer representation

  • access: public
string toString ()
__get (line 81)

Get handler

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

Set handler

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

Documentation generated on Sun, 27 May 2007 23:28:15 -0700 by phpDocumentor 1.3.2