Ejemplo n.º 1
0
 /**
  * @return Regex
  */
 public function getRegex()
 {
     return self::TYPE_REGEX === $this->value->getType() ? $this->value : $this->value->toRegex();
 }