This commit is contained in:
parent
795bb23c2f
commit
5f7afb93f9
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@
|
|||
*/
|
||||
final class Doctrine_Null
|
||||
{
|
||||
public function exists()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
public function __toString()
|
||||
{
|
||||
return '';
|
||||
|
|
Loading…
Add table
Reference in a new issue