Class Zend_Service_Simpy_NoteSet

Description

Implements interfaces:

  • IteratorAggregate (internal interface)

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

Located in /Service/Simpy/NoteSet.php (line 38)


	
			
Variable Summary
 array $_notes
Method Summary
 void __construct ( $doc)
 IteratorIterator getIterator ()
 int getLength ()
Variables
array $_notes (line 45)

List of notes

  • var: of Zend_Service_Simpy_Note objects
  • access: protected
Methods
Constructor __construct (line 53)

Constructor to initialize the object with data

  • access: public
void __construct ( $doc)
  • DOMDocument $doc: Parsed response from a GetNotes operation
getIterator (line 69)

Returns an iterator for the note set

  • access: public
IteratorIterator getIterator ()

Implementation of:
IteratorAggregate::getIterator
getLength (line 80)

Returns the number of notes in the set

  • access: public
int getLength ()

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