/** * @since 0.1 * * {@inheritDoc} */ public function setOption($name, $value) { if ($this->tokenizer !== null) { $this->tokenizer->setOption($name, $value); } if ($name === self::REGEX_EXEMPTION) { $this->patternExemption = $value; } }
/** * @since 0.1 * * {@inheritDoc} */ public function setOption($name, $value) { if ($this->tokenizer !== null) { $this->tokenizer->setOption($name, $value); } }