Class Zend_Pdf_Element_Array

Description

PDF file 'array' element implementation

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

Located in /Zend/Pdf/Element/Array.php (line 38)

Zend_Pdf_Element
   |
   --Zend_Pdf_Element_Array
Method Summary
 Zend_Pdf_Element_Array __construct ([array $val = null])
 integer getType ()
 string toString ([Zend_Pdf_Factory $factory = null])
 Zend_Pdf_PHPArray __get (string $property)
 void __set ( $property, unknown_type $value, unknown_type $offset)
Methods
Constructor __construct (line 57)

Object constructor

  • access: public
  • throws: Zend_Pdf_Exception
Zend_Pdf_Element_Array __construct ([array $val = null])
  • array $val:
    • array of Zend_Pdf_Element objects
getType (line 106)

Return type of the element.

  • access: public
integer getType ()

Redefinition of:
Zend_Pdf_Element::getType()
Return type of the element.
toString (line 118)

Return object as string

  • access: public
string toString ([Zend_Pdf_Factory $factory = null])
  • Zend_Pdf_Factory $factory

Redefinition of:
Zend_Pdf_Element::toString()
Convert element to a string, which can be directly written to a PDF file.
__get (line 80)

Provides access to $this->_items

  • access: public
Zend_Pdf_PHPArray __get (string $property)
  • string $property
__set (line 94)

Provides read-only access to $this->_items;

  • access: public
void __set ( $property, unknown_type $value, unknown_type $offset)
  • unknown_type $offset
  • unknown_type $value
  • $property

Inherited Methods

Inherited From Zend_Pdf_Element

 Zend_Pdf_Element::getParentObject()
 Zend_Pdf_Element::getType()
 Zend_Pdf_Element::setParentObject()
 Zend_Pdf_Element::toString()
 Zend_Pdf_Element::touch()
Class Constants

Documentation generated on Thu, 18 Jan 2007 09:52:12 -0800 by phpDocumentor 1.3.1