Ejemplo n.º 1
0
 /**
  * Initializes the null object for this collection
  *
  * @return void
  */
 public static function initNullObject(Doctrine_Null $null)
 {
     self::$null = $null;
 }