Pdf/UpdateInfoContainer.php

Show: PublicProtectedPrivateinherited
Table of Contents
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_UpdateInfoContainer

Package: Zend_Pdf
Container which collects updated object info.
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprivate\Zend_Memory_Container|null $_dump = null
String representation of the object
Default valuenullDetails
Type
\Zend_Memory_Container | null
>VPropertyprivateinteger $_genNum
Generation number
Details
Type
integer
>VPropertyprivateboolean $_isFree
Flag, which signals, that object is free
Details
Type
boolean
>VPropertyprivateinteger $_objNum
Object number
Details
Type
integer

Methods

methodpublic__construct( $objNum,  $genNum,  $isFree,  $dump = null) : void

Object constructor

Parameters
NameTypeDescription
$objNum
$genNum
$isFree
$dump
methodpublicgetGenNum() : integer

Get generation number

Returns
TypeDescription
integer
methodpublicgetObjNum() : integer

Get object number

Returns
TypeDescription
integer
methodpublicgetObjectDump() : string

Get string representation of the object

Returns
TypeDescription
string
methodpublicisFree() : boolean

Check, that object is free

Returns
TypeDescription
boolean
Documentation was generated by phpDocumentor 2.2.0 .