Esempio n. 1
0
 /**
  * Sets the maximum possible replacements for each pattern.
  * @param int $limit
  */
 public function setLimit($limit)
 {
     $this->engine->setLimit($limit);
 }