Esempio n. 1
0
 /**
  * Gets whether regexp is to be applied in multiline mode.
  * @return boolean
  */
 public function getMultiline()
 {
     return $this->engine->getMultiline();
 }