PersistentObject: ezcPersistentRelationFindQuery
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcPersistentRelationFindQuery
|
Find query object to be used with ezcPersistentSessionIdentityDecorator. [
source]
Parents
ezcPersistentFindQuery
|
--ezcPersistentRelationFindQuery
Properties
|
string |
read
|
$relationSetName
Name of the named related object set to be stored in the identity map. |
|
object |
read
|
$relationSource
Source objects to which related objects should be found. |
Inherited Member Variables
From
ezcPersistentFindQuery:
Method Summary
|
public ezcPersistentRelationFindQuery |
__construct(
$query, $className, [$relationSetName = null], [$relationSource = null] )
Creates a new relation find query. |
Inherited Methods
From
ezcPersistentFindQuery :
Methods
__construct
ezcPersistentRelationFindQuery __construct(
$query, string
$className, [string
$relationSetName = null], [
ezcPersistentObject
$relationSource = null] )
Creates a new relation find query.
Creates a new relation find query from the query object $q and the given $className. Optionally, a $relationSetName and the $relationSource object can be given. Providing these results in the creation of a named related object set when objects are found using
ezcPersistentSessionIdentityDecorator::find().
Parameters
Redefinition of
Last updated: Mon, 21 Dec 2009