phpDocumentor KuoteInterfaces
ObjectSet
[ class tree: KuoteInterfaces ] [ index: KuoteInterfaces ] [ all elements ]

Interface: KuoteInterfaces_ObjectSet

Source Location: /classes/KuoteInterfaces/ObjectSet.php

Interface KuoteInterfaces_ObjectSet

Interface Overview

KuoteInterfaces_ObjectSet This intefaces defines the set of methods that all Kuote Object Set implementations need to function as part of the Kuote System. All Kuote Objects that contain sets of other objects must implement this interface.

Located in /classes/KuoteInterfaces/ObjectSet.php [line 19]



		
				Author(s):
		
  • Kyle Hall
Information Tags:
Copyright:  2006

Methods

[ Top ]
Method Summary
void   count()   Returns the number of objects the set contains.
void   fetch()   Returns a reference to the current object in the array and advances the iterator.
void   reset()   Next call to fetch() will start from the beginning again.

[ Top ]
Methods
count  [line 31]

  void count( )

Returns the number of objects the set contains.


API Tags:
Access:  public


[ Top ]
fetch  [line 25]

  void fetch( )

Returns a reference to the current object in the array and advances the iterator.

If the iterator passes the end of the array, return null and reset the iterator.


API Tags:
Access:  public


[ Top ]
reset  [line 37]

  void reset( )

Next call to fetch() will start from the beginning again.


API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 15 Dec 2006 11:18:16 -0500 by phpDocumentor 1.3.0