Class: Doctrine_Hydrate_Record
Source Location: /Doctrine/Hydrate/Record.phpClass Doctrine_Hydrate_Record
Class Overview
Doctrine_Hydrate_Record defines a record fetching strategy for Doctrine_Hydrate Located in /Doctrine/Hydrate/Record.php [line 34] Doctrine_Object | --Doctrine_Hydrate_RecordAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties | Inherited Methods | Inherited Constants |
---|---|---|
Inherited From Doctrine_Object |
Inherited From Doctrine_Object
|
[ Top ]
Property Summary
Method Summary
void | flush() | |
void | getElement() | |
void | getElementCollection() | |
void | getNullPointer() | |
void | initRelated() | |
boolean | isIdentifiable() | isIdentifiable returns whether or not a given data row is identifiable (it contains all primary key fields specified in the second argument) |
void | registerCollection() | |
void | search() |
[ Top ]
Properties
Methods
getElement [line 96]
|
array | $data: | |
$component: |
API Tags:
Access: | public |
[ Top ]
getElementCollection [line 42]
|
$component: |
API Tags:
Access: | public |
[ Top ]
initRelated [line 53]
|
$record: | ||
$name: |
API Tags:
Access: | public |
[ Top ]
isIdentifiable [line 75]
|
isIdentifiable returns whether or not a given data row is identifiable (it contains all primary key fields specified in the second argument)
Parameters:array | $row: | |
Doctrine_Table | $table: |
API Tags:
Access: | public |
[ Top ]
registerCollection [line 62]
|
Doctrine_Collection | $coll: |
API Tags:
Access: | public |
[ Top ]
search [line 49]
|
Doctrine_Record | $record: | |
Doctrine_Collection | $coll: |
API Tags:
Access: | public |
[ Top ]