1
0
mirror of synced 2025-01-31 12:32:59 +03:00
This commit is contained in:
zYne 2007-05-16 22:51:28 +00:00
parent 882318613b
commit 6f466c3f9c

View File

@ -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
*