This commit is contained in:
parent
b7e368a4df
commit
f4eeb641c0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user