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

Class: Naos_ODL_Runtime_ResultIterator

Source Location: /ODL/Runtime/ResultIterator.php

Class Naos_ODL_Runtime_ResultIterator

Class Overview

Implements interfaces:

  • Iterator (internal interface)
  • ArrayAccess (internal interface)
  • Countable (internal interface)

Naos_ODL_Runtime_ResultIterator

Located in /ODL/Runtime/ResultIterator.php [line 23]



		
				Author(s):
		
Information Tags:
Copyright:  Copyright (c) 2008 Jupiter GmbH
License:  http://www.naos-framework.com/website.naos.framework/en/license

Methods

[ Top ]
Method Summary
Naos_ODL_Runtime_ResultIterator   __construct()  
void   __destruct()  
void   count()  
void   current()  
void   fetchObject()  
void   key()  
void   next()  
void   offsetExists()  
void   offsetGet()  
void   offsetSet()  
void   offsetUnset()  
void   rewind()  
void   toArray()  
void   valid()  

[ Top ]
Methods
Constructor __construct  [line 34]

  Naos_ODL_Runtime_ResultIterator __construct( $objectclass, $stmt  )

Parameters:
   $objectclass: 
mysqli_stmt   $stmt: 

API Tags:
Access:  public


[ Top ]
Destructor __destruct  [line 64]

  void __destruct( )


API Tags:
Access:  public


[ Top ]
count  [line 124]

  void count( )


API Tags:
Access:  public


Implementation of:
Countable::count

[ Top ]
current  [line 83]

  void current( )


API Tags:
Access:  public


Implementation of:
Iterator::current

[ Top ]
fetchObject  [line 48]

  void fetchObject( )


API Tags:
Access:  protected


[ Top ]
key  [line 88]

  void key( )


API Tags:
Access:  public


Implementation of:
Iterator::key

[ Top ]
next  [line 95]

  void next( )


API Tags:
Access:  public


Implementation of:
Iterator::next

[ Top ]
offsetExists  [line 101]

  void offsetExists( $offset  )

Parameters:
   $offset: 

API Tags:
Access:  public


Implementation of:
ArrayAccess::offsetExists

[ Top ]
offsetGet  [line 106]

  void offsetGet( $offset  )

Parameters:
   $offset: 

API Tags:
Access:  public


Implementation of:
ArrayAccess::offsetGet

[ Top ]
offsetSet  [line 113]

  void offsetSet( $offset, $value  )

Parameters:
   $offset: 
   $value: 

API Tags:
Access:  public


Implementation of:
ArrayAccess::offsetSet

[ Top ]
offsetUnset  [line 118]

  void offsetUnset( $offset  )

Parameters:
   $offset: 

API Tags:
Access:  public


Implementation of:
ArrayAccess::offsetUnset

[ Top ]
rewind  [line 69]

  void rewind( )


API Tags:
Access:  public


Implementation of:
Iterator::rewind

[ Top ]
toArray  [line 129]

  void toArray( )


API Tags:
Access:  public


[ Top ]
valid  [line 78]

  void valid( )


API Tags:
Access:  public


Implementation of:
Iterator::valid

[ Top ]

Documentation generated on Sat, 13 Sep 2008 01:40:58 -0400 by phpDocumentor 1.4.0