API Documentation

Pdf/Element/Reference/Context.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: Context.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Pdf_Element_Reference_Context

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_Context

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
$_stringParser
$_refTable
Methods
__construct
getParser
getRefTable

Description

PDF reference object context Reference context is defined by PDF parser and PDF Refernce table

Properties

$_refTable

Zend_Pdf_Element_Reference_Table $_refTable = ''

Reference table

Details

$_refTable
Zend_Pdf_Element_Reference_Table
visibility
private
default
final
false
static
false

$_stringParser

Zend_Pdf_StringParser $_stringParser = ''

PDF parser object.

Details

$_stringParser
Zend_Pdf_StringParser
visibility
private
default
final
false
static
false

Methods

__construct

__construct( Zend_Pdf_StringParser $parser, Zend_Pdf_Element_Reference_Table $refTable ) :

Object constructor

Arguments
$parser
Zend_Pdf_StringParser
$refTable
Zend_Pdf_Element_Reference_Table
Details
visibility
public
final
false
static
false

getParser

getParser( ) : Zend_Pdf_StringParser

Context parser

Details
visibility
public
final
false
static
false

getRefTable

getRefTable( ) : Zend_Pdf_Element_Reference_Table

Context reference table

Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.