コード例 #1
0
ファイル: P2Util.php プロジェクト: nyarla/fluxflex-rep2ex
 /**
  * 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);
 }