Pdf/Element/Reference/Table.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Pdf
- Version
- $Id$
\Zend_Pdf_Element_Reference_Table
Package: Zend_PdfPDF file reference table
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
array $_generations
Generation numbers for free objects.
Array: objNum => nextGeneration
Details- Type
- array
array $_usedObjects
Generation numbers for free objects.
Array: objNum => objGeneration
Details- Type
- array
Methods
addReference(string $ref, integer $offset, boolean $inuse = true) : void
Add reference to the reference table
ParametersName | Type | Description |
---|
$ref | string | |
---|
$offset | integer | |
---|
$inuse | boolean | |
---|
getNewGeneration(integer $objNum) : \unknown
Get next generation number for free object
ParametersName | Type | Description |
---|
$objNum | integer | |
---|
Returns getNextFree(string $ref) : integer
Get next object from a list of free objects.
ParametersName | Type | Description |
---|
$ref | string | |
---|
ReturnsThrows