Ejemplo n.º 1
0
 /**
  * URL変換の設定をする
  *
  * @param   string  $type
  * @param   array   $exceptions
  * @param   boolean $ignoreHttp
  * @return  void
  * @see     P2Ime::__construct()
  */
 public static function configureIme($type = null, array $exceptions = null, $ignoreHttp = null)
 {
     self::$_ime = new P2Ime($type, $exceptions, $ignoreHttp);
 }