コード例 #1
0
ファイル: Collection.php プロジェクト: stelaireri/Hive
 /**
  * Initializes the null object for this collection
  *
  * @return void
  */
 public static function initNullObject(Doctrine_Null $null)
 {
     self::$null = $null;
 }