propel-util
[ class tree: propel-util ] [ index: propel-util ] [ all elements ]

Class: CriterionIterator

Source Location: /util/Criteria.php

Class Overview


Class that implements SPL Iterator interface. This allows foreach () to be used w/ Criteria objects. Probably there is no performance advantage to doing it this way, but it makes sense -- and simpler code.


Author(s):

Implements interfaces:

  • Iterator (internal interface)

Methods



Class Details

[line 1097]
Class that implements SPL Iterator interface. This allows foreach () to be used w/ Criteria objects. Probably there is no performance advantage to doing it this way, but it makes sense -- and simpler code.



Tags:

author:  Hans Lellelid <hans@xmpl.org>


[ Top ]


Class Methods


constructor __construct [line 1104]

CriterionIterator __construct( Criteria $criteria)



Tags:

access:  public


Parameters:

Criteria   $criteria  

[ Top ]

method current [line 1122]

void current( )



Tags:

access:  public



Implementation of:
Iterator::current
[ Top ]

method key [line 1118]

void key( )



Tags:

access:  public



Implementation of:
Iterator::key
[ Top ]

method next [line 1126]

void next( )



Tags:

access:  public



Implementation of:
Iterator::next
[ Top ]

method rewind [line 1110]

void rewind( )



Tags:

access:  public



Implementation of:
Iterator::rewind
[ Top ]

method valid [line 1114]

void valid( )



Tags:

access:  public



Implementation of:
Iterator::valid
[ Top ]


Documentation generated on Thu, 22 Nov 2007 03:33:39 +0000 by phpDocumentor 1.4.0