1
0
mirror of synced 2024-12-13 22:56:04 +03:00
This commit is contained in:
zYne 2007-04-16 18:08:11 +00:00
parent 60a59015e6
commit b81f399c12

View File

@ -33,4 +33,9 @@
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
final class Doctrine_Null
{ }
{
public function __toString()
{
return '';
}
}