Inheritances
Files
Overview
FRAMES
NO FRAMES

Class Zend_Service_Simpy_NoteSet

Zend_Service
|-Zend_Service_Simpy
|- class Zend_Service_Simpy_NoteSet implements IteratorAggregate
CategoryZend
PackageZend_Service
SubpackageSimpy
CopyrightCopyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
Licensehttp://framework.zend.com/license/new-bsd New BSD License

Overview

Instance fields$_notes

Summary

Instance fields
# $_notes List of notes
Instance methods
+ __construct() Constructor to initialize the object with data
+ getIterator() Returns an iterator for the note set
+ getLength() Returns the number of notes in the set

Details

Instance fields

$_notes
protected $_notes
List of notes
Var array of Zend_Service_Simpy_Note objects

Instance methods

__construct()
public function __construct( DOMDocument $doc)
Constructor to initialize the object with data
Parameters
DOMDocument $doc
Returns void
getIterator()
public function getIterator( )
Returns an iterator for the note set
Returns ArrayIterator
getLength()
public function getLength( )
Returns the number of notes in the set
Returns int