App Engine PHP SDK  v1 rev.445
The PHP runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google\appengine\api\log\RequestLogIterator Class Reference
Inheritance diagram for google\appengine\api\log\RequestLogIterator:

Public Member Functions

 __construct (\google\appengine\LogReadRequest $request)
 
 current ()
 
 next ()
 
 valid ()
 
 rewind ()
 
 key ()
 

Detailed Description

Allows request logs to be iterated using a standard foreach statement but fetches the results in batches as needed.

Member Function Documentation

google\appengine\api\log\RequestLogIterator::key ( )
Returns
null Non-associative iterator.
google\appengine\api\log\RequestLogIterator::rewind ( )

Reset to initial state. Called at start of foreach statement.


The documentation for this class was generated from the following file: