PersistentObject: ezcPersistentFindQuery
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcPersistentFindQuery
|
Find query object to be used with ezcPersistentSession. [
source]
An instance of this class is returned by ezcPersistentSession->createFindQuery() since PersistentObject 1.6, instead of a pure
ezcQuerySelect object. This class deals as a decorator for
ezcQuerySelect and offers the very same API. In addition, it allows PersistentObject to store and determine the class for objects to fetch from the query object. This deprecates the second parameter to ezcPersistentSession->find().
Descendents
Member Variables
|
protected array(string=>mixed) |
$properties
= array()
Properties. |
Method Summary
|
public ezcPersistentFindQuery |
__construct(
$query, $className )
Creates a new persistent find query. |
|
public mixed |
__call(
$methodName, $arguments )
Delegate to inner $query object. |
Methods
__construct
ezcPersistentFindQuery __construct(
$query, string
$className )
Creates a new persistent find query.
Creates a new persistent find query from the query object $q and the given $className.
Parameters
Redefined in descendants as
__call
mixed __call(
string
$methodName, array
$arguments )
Delegate to inner $query object.
Delegates calls to unknown methods to $query property.
Parameters
| Name |
Type |
Description |
$methodName |
string |
|
$arguments |
array |
|
Redefined in descendants as
Last updated: Mon, 21 Dec 2009