Exemplo n.º 1
0
 /**
  * Clear the instance pool.
  *
  * @return void
  */
 public static function clearInstancePool()
 {
     TransaccionPeer::$instances = array();
 }