regexp] */ public function getAttributes() { return $this->getNamedCaptures(); } /** * Return the regexp this preprocessor is based on * * @return string */ public function getRegexp() { return $this->regexp; } }