Commit 6f466c3f authored by zYne's avatar zYne

--no commit message

--no commit message
parent 88231861
...@@ -37,6 +37,11 @@ class Doctrine_Record_Filter ...@@ -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
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment