API Documentation

Pdf/Element/Reference/Table.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Pdf
version
$Id: Table.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Pdf_Element_Reference_Table

Description

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.

Zend_Pdf_Element_Reference_Table

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Pdf
Properties
$_parent
$_free
$_generations
$_inuse
$_usedObjects
Methods
__construct
addReference
setParent
getOffset
getNextFree
getNewGeneration

Description

PDF file reference table

Properties

$_free

array $_free = ''

Free entries 'reference' => next free object number

Details

$_free
array
visibility
private
default
final
false
static
false

$_generations

array $_generations = ''

Generation numbers for free objects.

Array: objNum => nextGeneration

Details

$_generations
array
visibility
private
default
final
false
static
false

$_inuse

array $_inuse = ''

In use entries 'reference' => offset

Details

$_inuse
array
visibility
private
default
final
false
static
false

$_parent

Zend_Pdf_Element_Reference_Table $_parent = ''

Parent reference table

Details

$_parent
Zend_Pdf_Element_Reference_Table
visibility
private
default
final
false
static
false

$_usedObjects

array $_usedObjects = ''

Generation numbers for free objects.

Array: objNum => objGeneration

Details

$_usedObjects
array
visibility
private
default
final
false
static
false

Methods

__construct

__construct( ) :

Object constructor

Details
visibility
public
final
false
static
false

addReference

addReference( string $ref, integer $offset, boolean $inuse = true ) :

Add reference to the reference table

Arguments
$ref
string
$offset
integer
$inuse
boolean
Details
visibility
public
final
false
static
false

getNewGeneration

getNewGeneration( integer $objNum ) : unknown

Get next generation number for free object

Arguments
$objNum
integer
Output
unknown
Details
visibility
public
final
false
static
false

getNextFree

getNextFree( string $ref ) : integer

Get next object from a list of free objects.

Arguments
$ref
string
Output
integer
Details
visibility
public
final
false
static
false
throws

getOffset

getOffset( string $ref ) : integer

Get object offset

Arguments
$ref
string
Output
integer
Details
visibility
public
final
false
static
false

setParent

setParent( Zend_Pdf_Element_Reference_Table $parent ) :

Set parent reference table

Arguments
$parent
Zend_Pdf_Element_Reference_Table
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.