예제 #1
0
 /**
  * This function will empty the $_pool array.
  */
 public function flush()
 {
     self::$_pool = array();
 }