Commit f4eeb641 authored by zYne's avatar zYne

--no commit message

--no commit message
parent b7e368a4
...@@ -33,28 +33,6 @@ ...@@ -33,28 +33,6 @@
*/ */
abstract class Doctrine_Record_Filter 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 * filterSet
* defines an implementation for filtering the set() method of Doctrine_Record * defines an implementation for filtering the set() method of Doctrine_Record
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment