API Documentation

Pdf/Trailer/Keeper.php

Includes 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: Keeper.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Pdf_Trailer_Keeper

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_Trailer_Keeper

Extends from
Zend_Pdf_Trailer
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
$_context
$_prev
Methods
__construct
setPrev
getPrev
getPDFLength
getPDFString
getRefTable
getLastFreeObject

Description

PDF file trailer.

Stores and provides access to the trailer parced from a PDF file

Properties

$_context

Zend_Pdf_Element_Reference_Context $_context = ''

Reference context

Details

$_context
Zend_Pdf_Element_Reference_Context
visibility
private
default
final
false
static
false

$_prev

Zend_Pdf_Trailer $_prev = ''

Previous trailer

Details

$_prev
Zend_Pdf_Trailer
visibility
private
default
final
false
static
false

Methods

__construct

__construct( Zend_Pdf_Element_Dictionary $dict, Zend_Pdf_Element_Reference_Context $context, Zend_Pdf_Trailer $prev = null ) :

Object constructor

Arguments
$dict
Zend_Pdf_Element_Dictionary
$context
Zend_Pdf_Element_Reference_Context
$prev
Zend_Pdf_Trailer
Details
visibility
public
final
false
static
false

getLastFreeObject

getLastFreeObject( ) : integer

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

Output
integer
Details
visibility
public
final
false
static
false
throws

getPDFLength

getPDFLength( ) : string

Get length of source PDF

Output
string
Details
visibility
public
final
false
static
false

getPDFString

getPDFString( ) : string

Get PDF String

Output
string
Details
visibility
public
final
false
static
false

getPrev

getPrev( ) : Zend_Pdf_Trailer

Getter for $this->_prev

Details
visibility
public
final
false
static
false

getRefTable

getRefTable( ) : Zend_Pdf_Element_Reference_Context

Get reference table, which corresponds to the trailer.

Proxy to the $_context member methad call

Details
visibility
public
final
false
static
false

setPrev

setPrev( Zend_Pdf_Trailer_Keeper $prev ) :

Setter for $this->_prev

Arguments
$prev
Zend_Pdf_Trailer_Keeper
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.