PersistentObject: ezcPersistentRelationFindDefinition
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcPersistentRelationFindDefinition
|
Struct class representing a relation find definition. [
source]
The $relatedClass referes to a class name that is related by the original class to load. If this relation consists of a collection of named relations, $relationName must be set in addition. The $furtherRelations property can be used to define further relations that related to $relatedClass.
Parents
ezcBaseStruct
|
--ezcPersistentRelationFindDefinition
Member Variables
Method Summary
|
public ezcPersistentRelationFindDefinition |
__construct(
$relatedClass, [$relationName = null], [$furtherRelations = array()] )
Creates a new relation find definition. |
Methods
__construct
ezcPersistentRelationFindDefinition __construct(
string
$relatedClass, [string
$relationName = null], [
$furtherRelations = array()] )
Creates a new relation find definition.
Parameters
| Name |
Type |
Description |
$relatedClass |
string |
|
$relationName |
string |
|
$furtherRelations |
array(ezcPersistentRelationFindDefinition) |
|
Last updated: Mon, 29 Jun 2009