Doctrine 1.2.4
Doctrine_Record_Filter Class Reference

Inherited by Doctrine_Record_Filter_Compound, and Doctrine_Record_Filter_Standard.

Public Member Functions

 filterGet (Doctrine_Record $record, $name)
 
 filterSet (Doctrine_Record $record, $name, $value)
 

Detailed Description

Definition at line 34 of file Filter.php.

Member Function Documentation

Doctrine_Record_Filter::filterGet ( Doctrine_Record  $record,
  $name 
)
abstract

filterGet defines an implementation for filtering the get() method of Doctrine_Record

Parameters
mixed$namename of the property or related component
Doctrine_Record_Filter::filterSet ( Doctrine_Record  $record,
  $name,
  $value 
)
abstract

filterSet defines an implementation for filtering the set() method of Doctrine_Record

Parameters
mixed$namename of the property or related component

The documentation for this class was generated from the following file: