Class Zend_Pdf_Element_Object_Stream

Description

PDF file 'stream object' element implementation

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Pdf/Element/Object/Stream.php (line 40)

Zend_Pdf_Element
   |
   --Zend_Pdf_Element_Object
      |
      --Zend_Pdf_Element_Object_Stream
Method Summary
 Zend_Pdf_Element_Object_Stream __construct (mixed $val, integer $objNum, integer $genNum, Zend_Pdf_ElementFactory $factory, [Zend_Pdf_Element_Dictionary|null $dictionary = null])
 void cleanUp ()
 string dump (Zend_Pdf_ElementFactory $factory)
 void skipFilters ()
 mixed __call (string $method, array $args)
 mixed __get (string $property)
 void __set (string $property, mixed $value)
Variables
Methods
Constructor __construct (line 78)

Object constructor

  • throws: Zend_Pdf_Exception
  • access: public
Zend_Pdf_Element_Object_Stream __construct (mixed $val, integer $objNum, integer $genNum, Zend_Pdf_ElementFactory $factory, [Zend_Pdf_Element_Dictionary|null $dictionary = null])

Redefinition of:
Zend_Pdf_Element_Object::__construct()
Object constructor
cleanUp (line 417)

Clean up resources, used by object

  • access: public
void cleanUp ()

Redefinition of:
Zend_Pdf_Element_Object::cleanUp()
Clean up resources, used by object
dump (line 384)

Dump object to a string to save within PDF file

$factory parameter defines operation context.

  • access: public
string dump (Zend_Pdf_ElementFactory $factory)

Redefinition of:
Zend_Pdf_Element_Object::dump()
Dump object to a string to save within PDF file.
skipFilters (line 346)

Treat stream data as already encoded

  • access: public
void skipFilters ()
__call (line 359)

Call handler

  • access: public
mixed __call (string $method, array $args)
  • string $method
  • array $args

Redefinition of:
Zend_Pdf_Element_Object::__call()
Call handler
__get (line 294)

Get handler

  • throws: Zend_Pdf_Exception
  • access: public
mixed __get (string $property)
  • string $property

Redefinition of:
Zend_Pdf_Element_Object::__get()
Get handler
__set (line 326)

Set handler

  • access: public
void __set (string $property, mixed $value)
  • string $property
  • mixed $value

Redefinition of:
Zend_Pdf_Element_Object::__set()
Set handler

Inherited Methods

Inherited From Zend_Pdf_Element_Object

 Zend_Pdf_Element_Object::__construct()
 Zend_Pdf_Element_Object::cleanUp()
 Zend_Pdf_Element_Object::dump()
 Zend_Pdf_Element_Object::getFactory()
 Zend_Pdf_Element_Object::getGenNum()
 Zend_Pdf_Element_Object::getObject()
 Zend_Pdf_Element_Object::getObjNum()
 Zend_Pdf_Element_Object::getType()
 Zend_Pdf_Element_Object::toPhp()
 Zend_Pdf_Element_Object::toString()
 Zend_Pdf_Element_Object::touch()
 Zend_Pdf_Element_Object::__call()
 Zend_Pdf_Element_Object::__get()
 Zend_Pdf_Element_Object::__set()

Inherited From Zend_Pdf_Element

 Zend_Pdf_Element::cleanUp()
 Zend_Pdf_Element::getParentObject()
 Zend_Pdf_Element::getType()
 Zend_Pdf_Element::phpToPdf()
 Zend_Pdf_Element::setParentObject()
 Zend_Pdf_Element::toPhp()
 Zend_Pdf_Element::toString()
 Zend_Pdf_Element::touch()
Class Constants

Documentation generated on Mon, 21 Jun 2010 15:46:54 -0400 by phpDocumentor 1.4.3