. */ /** * 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 ORM * @url www.phpdoctrine.com * @license LGPL */ final class Doctrine_Null { }