1
0
mirror of synced 2025-01-18 06:21:40 +03:00
doctrine2/Doctrine/Null.php

10 lines
202 B
PHP
Raw Normal View History

2006-05-30 08:42:10 +00:00
<?php
/**
* Doctrine_Null
*
* Simple empty class representing a null value
* used for extra fast null value testing with isset() rather than array_key_exists()
2006-05-30 08:42:10 +00:00
*/
class Doctrine_Null { }