Class Zend_Pdf_PhpArray

Description

Implements interfaces:

  • ArrayAccess (internal interface)
  • Iterator (internal interface)

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

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

Located in /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 ( $offset)
 void offsetGet ( $offset)
 void offsetSet ( $offset,  $value)
 void offsetUnset ( $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 ()

Implementation of:
Iterator::current
key (line 67)
  • access: public
void key ()

Implementation of:
Iterator::key
next (line 61)
  • access: public
void next ()

Implementation of:
Iterator::next
offsetExists (line 84)
  • access: public
void offsetExists ( $offset)
  • $offset

Implementation of:
ArrayAccess::offsetExists
offsetGet (line 90)
  • access: public
void offsetGet ( $offset)
  • $offset

Implementation of:
ArrayAccess::offsetGet
offsetSet (line 96)
  • access: public
void offsetSet ( $offset,  $value)
  • $offset
  • $value

Implementation of:
ArrayAccess::offsetSet
offsetUnset (line 106)
  • access: public
void offsetUnset ( $offset)
  • $offset

Implementation of:
ArrayAccess::offsetUnset
rewind (line 78)
  • access: public
void rewind ()

Implementation of:
Iterator::rewind
valid (line 73)
  • access: public
void valid ()

Implementation of:
Iterator::valid

Documentation generated on Sun, 27 May 2007 23:26:38 -0700 by phpDocumentor 1.3.2