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