From f4eeb641c0364ac0425f44f7fb8be3d3e14976bd Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 20 Sep 2007 22:43:37 +0000 Subject: [PATCH] --- lib/Doctrine/Record/Filter.php | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/lib/Doctrine/Record/Filter.php b/lib/Doctrine/Record/Filter.php index 578bc432d..f1788593b 100644 --- a/lib/Doctrine/Record/Filter.php +++ b/lib/Doctrine/Record/Filter.php @@ -33,28 +33,6 @@ */ abstract class Doctrine_Record_Filter { - /** - * @var Doctrine_Record $_record the record object this filter belongs to - */ - protected $_record; - /** - * constructor - * - * @param Doctrine_Record $_record the record object this filter belongs to - */ - public function __construct(Doctrine_Record $record) - { - $this->_record = $record; - } - /** - * getRecord - * - * @return Doctrine_Record $_record the record object this filter belongs to - */ - public function getRecord() - { - return $this->_record; - } /** * filterSet * defines an implementation for filtering the set() method of Doctrine_Record