Beispiel #1
0
 /**
  * gc
  *
  * Cleans up the inherited object tables
  */
 public static function gc()
 {
     Movie::gc();
     TVShow_Episode::gc();
     TVShow_Season::gc();
     TVShow::gc();
     Personal_Video::gc();
     Clip::gc();
 }