Class Zend_Pdf_Element_Reference_Table

Description

PDF file reference table

Located in /Zend/Pdf/Element/Reference/Table.php (line 28)


	
			
Variable Summary
Method Summary
 Zend_Pdf_Element_Reference_Table __construct ()
 void addReference (string $ref, integer $offset, [boolean $inuse = true])
 unknown getNewGeneration (integer $objNum)
 integer getNextFree (string $ref)
 integer getOffset (string $ref)
 void setParent (self $parent)
Variables
array $_free (line 43)

Free entries 'reference' => next free object number

  • access: private
array $_generations (line 51)

Generation numbers for free objects.

Array: objNum => nextGeneration

  • access: private
array $_inuse (line 59)

In use entries 'reference' => offset

  • access: private

Parent reference table

  • access: private
array $_usedObjects (line 67)

Generation numbers for free objects.

Array: objNum => objGeneration

  • access: private
Methods
Constructor __construct (line 74)

Object constructor

  • access: public
Zend_Pdf_Element_Reference_Table __construct ()
addReference (line 89)

Add reference to the reference table

  • access: public
void addReference (string $ref, integer $offset, [boolean $inuse = true])
  • string $ref
  • integer $offset
  • boolean $inuse
getNewGeneration (line 174)

Get next generation number for free object

  • access: public
unknown getNewGeneration (integer $objNum)
  • integer $objNum
getNextFree (line 150)

Get next object from a list of free objects.

  • access: public
  • throws: Zend_Pdf_Exception
integer getNextFree (string $ref)
  • string $ref
getOffset (line 125)

Get object offset

  • access: public
integer getOffset (string $ref)
  • string $ref
setParent (line 113)

Set parent reference table

  • access: public
void setParent (self $parent)

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