From 6f466c3f9ced3108735be210e9a805bd16dc16f5 Mon Sep 17 00:00:00 2001 From: zYne Date: Wed, 16 May 2007 22:51:28 +0000 Subject: [PATCH] --- lib/Doctrine/Record/Filter.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/Doctrine/Record/Filter.php b/lib/Doctrine/Record/Filter.php index 913b84ad5..80d4548f6 100644 --- a/lib/Doctrine/Record/Filter.php +++ b/lib/Doctrine/Record/Filter.php @@ -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 *