phpDocumentor RSS
[ class tree: RSS ] [ index: RSS ] [ all elements ]

Class: ObjectIterator

Source Location: /core/rssbuilder/class.ObjectIterator.inc.php

Class ObjectIterator

Class Overview

Implements interfaces:

  • Iterator (internal interface)

Class for creating an RSS-feed

Located in /core/rssbuilder/class.ObjectIterator.inc.php [line 12]



		
				Author(s):
		
		
		
Information Tags:
Version:  2.2
Copyright:  Copyright © 2002-2008, Michael Wimmer
Link:  http://code.google.com/p/flaimo-php/
License:  GNU

Properties

Methods

[ Top ]
Property Summary
mixed   $current  
mixed   $objectlist  

[ Top ]
Method Summary
ObjectIterator   __construct()  
void   &current()  
void   key()  
void   next()  
void   rewind()  
void   size()  
void   valid()  

[ Top ]
Properties
mixed   $current = 0 [line 14]
API Tags:
Access:  protected


[ Top ]
mixed   $objectlist [line 15]
API Tags:
Access:  protected


[ Top ]
Methods
Constructor __construct  [line 17]

  ObjectIterator __construct( ObjectList &$list  )

Parameters:
ObjectList   &$list: 


[ Top ]
current  [line 30]

  void &current( )


API Tags:
Access:  public


Implementation of:
Iterator::current

[ Top ]
key  [line 34]

  void key( )


API Tags:
Access:  public


Implementation of:
Iterator::key

[ Top ]
next  [line 26]

  void next( )


API Tags:
Access:  public


Implementation of:
Iterator::next

[ Top ]
rewind  [line 42]

  void rewind( )


API Tags:
Access:  public


Implementation of:
Iterator::rewind

[ Top ]
size  [line 38]

  void size( )


API Tags:
Access:  public


[ Top ]
valid  [line 22]

  void valid( )


API Tags:
Access:  public


Implementation of:
Iterator::valid

[ Top ]

Documentation generated on Sun, 05 Apr 2009 23:01:00 +0100 by phpDocumentor 1.4.1