コード例 #1
0
ファイル: Regexp.php プロジェクト: nmicht/tlalokes-in-acst
 /**
  * Gets whether the regexp matching is case insensitive.
  * @return boolean
  */
 function getIgnoreCase()
 {
     return $this->engine->getIgnoreCase();
 }