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
|
||||
*/
|
||||
protected $_record;
|
||||
/**
|
||||
* @var Doctrine_Null $null a Doctrine_Null object used for extremely fast
|
||||
* null value testing
|
||||
*/
|
||||
private static $null;
|
||||
/**
|
||||
* constructor
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user