Class Zend_Pdf_PHPArray

Description

Implements interfaces:

PHP Array (OO wrapper) Used to be returned by reference by __get() methods

  • license: Zend Framework License version 1.0
  • copyright: Copyright (c) 2005-2006 Zend Technologies USA Inc. (http://www.zend.com)
  • todo: also implement Countable for PHP 5.1 but not yet to stay 5.0 compatible

Located in /Zend/Pdf/PHPArray.php (line 30)


	
			
Variable Summary
 mixed $_items
Method Summary
 Zend_Pdf_PHPArray __construct ([array $srcArray = null])
 void clear ()
 void current ()
 void key ()
 void next ()
 void offsetExists (mixed $offset)
 void offsetGet (mixed $offset)
 void offsetSet (mixed $offset, mixed $value)
 void offsetUnset (mixed $offset)
 void rewind ()
 void valid ()
Variables
mixed $_items = array() (line 35)

Array element

  • access: protected
Methods
Constructor __construct (line 43)

Object constructor

  • access: public
Zend_Pdf_PHPArray __construct ([array $srcArray = null])
  • array $srcArray
clear (line 112)
  • access: public
void clear ()
current (line 55)
  • access: public
void current ()
key (line 67)
  • access: public
void key ()
next (line 61)
  • access: public
void next ()
offsetExists (line 84)
  • access: public
void offsetExists (mixed $offset)
offsetGet (line 90)
  • access: public
void offsetGet (mixed $offset)
offsetSet (line 96)
  • access: public
void offsetSet (mixed $offset, mixed $value)
offsetUnset (line 106)
  • access: public
void offsetUnset (mixed $offset)
rewind (line 78)
  • access: public
void rewind ()
valid (line 73)
  • access: public
void valid ()

Documentation generated on Tue, 18 Apr 2006 11:55:27 -0700 by phpDocumentor 1.3.0RC3