예제 #1
0
 /**
  * Set the static method with current connection
  * @param Connection $connection
  */
 public static function _setConnection(Connection $connection)
 {
     self::$connection = $connection;
 }