Class: Doctrine_Record_Filter
Source Location: /Doctrine/Record/Filter.phpClass Doctrine_Record_Filter
Class Overview
Doctrine_Record_Filter Filters and prepares the record data Located in /Doctrine/Record/Filter.php [line 34] Doctrine_Object | --Doctrine_Record_FilterAuthor(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
Doctrine_Record_Filter | __construct() | constructor |
boolean | assignDefaultValues() | setDefaultValues sets the default values for records internal data |
array | getPrepared() | getPrepared |
Doctrine_Record | getRecord() | getRecord |
void | prepareIdentifiers() | prepareIdentifiers prepares identifiers for later use |
[ Top ]
Methods
Constructor __construct [line 45]
|
constructor
Parameters:Doctrine_Record | $_record: | the record object this filter belongs to |
Doctrine_Record | $record: |
API Tags:
Access: | public |
[ Top ]
assignDefaultValues [line 65]
|
setDefaultValues sets the default values for records internal data
Parameters:boolean | $overwrite: | whether or not to overwrite the already set values |
$data: |
API Tags:
Access: | public |
[ Top ]
getPrepared [line 122]
|
getPrepared
returns an array of modified fields and values with data preparation adds column aggregation inheritance and converts Records into primary key values
Parameters:array | $array: |
API Tags:
Access: | public |
[ Top ]
getRecord [line 54]
|
getRecord
API Tags:
Return: | the record object this filter belongs to |
Access: | public |
[ Top ]