This commit is contained in:
parent
882318613b
commit
6f466c3f9c
@ -37,6 +37,11 @@ class Doctrine_Record_Filter
|
|||||||
* @var Doctrine_Record $_record the record object this filter belongs to
|
* @var Doctrine_Record $_record the record object this filter belongs to
|
||||||
*/
|
*/
|
||||||
protected $_record;
|
protected $_record;
|
||||||
|
/**
|
||||||
|
* @var Doctrine_Null $null a Doctrine_Null object used for extremely fast
|
||||||
|
* null value testing
|
||||||
|
*/
|
||||||
|
private static $null;
|
||||||
/**
|
/**
|
||||||
* constructor
|
* constructor
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user