|
Doctrine 1.2.4
|
Inherits Doctrine_Record_Filter.
Public Member Functions | |
| filterGet (Doctrine_Record $record, $name) | |
| filterSet (Doctrine_Record $record, $name, $value) | |
Definition at line 33 of file Compound.php.
| Doctrine_Record_Filter_Compound::filterGet | ( | Doctrine_Record | $record, |
| $name | |||
| ) |
filterGet defines an implementation for filtering the get() method of Doctrine_Record
| mixed | $name | name of the property or related component |
Definition at line 82 of file Compound.php.
| Doctrine_Record_Filter_Compound::filterSet | ( | Doctrine_Record | $record, |
| $name, | |||
| $value | |||
| ) |
filterSet defines an implementation for filtering the set() method of Doctrine_Record
| mixed | $name | name of the property or related component |
Definition at line 56 of file Compound.php.