. */ /** * Doctrine_Null * * Simple empty class representing a null value * used for extra fast null value testing with isset() rather than array_key_exists() * * @package Doctrine * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @category Object Relational Mapping * @link www.phpdoctrine.com * @since 1.0 * @version $Revision$ * @author Konsta Vesterinen */ final class Doctrine_Null { }