Inheritance diagram for FetchStrategy:
[legend]List of all members.
Detailed Description
Definition at line 16 of file FetchStrategy.class.php.
Member Function Documentation
| static FetchStrategy::join |
( |
|
) |
[static] |
| static FetchStrategy::cascade |
( |
|
) |
[static] |
| static FetchStrategy::lazy |
( |
|
) |
[static] |
Member Data Documentation
FetchStrategy::$names [protected] |
Initial value: array(
self::JOIN => 'queryJoinedObjectSet',
self::CASCADE => 'queryObjectSet',
self::LAZY => 'queryObjectSet'
)
Reimplemented from Enumeration.
Definition at line 22 of file FetchStrategy.class.php.
The documentation for this class was generated from the following file:
|
|