Esempio n. 1
0
 /**
  * Gets whether the regexp matching is case insensitive.
  * @return boolean
  */
 function getIgnoreCase()
 {
     return $this->engine->getIgnoreCase();
 }