Null.php 202 Bytes
Newer Older
doctrine's avatar
doctrine committed
1 2 3
<?php
/**
 * Doctrine_Null
4 5 6
 *
 * Simple empty class representing a null value
 * used for extra fast null value testing with isset() rather than array_key_exists()
doctrine's avatar
doctrine committed
7 8
 */
class Doctrine_Null { }
9