コード例 #1
0
 /**
  * @return Regex
  */
 public function getRegex()
 {
     return self::TYPE_REGEX === $this->value->getType() ? $this->value : $this->value->toRegex();
 }
コード例 #2
0
ファイル: ValueStorage.php プロジェクト: emoveo/sfm
 /**
  * @param ValueInterface $value
  */
 public function flush(ValueInterface $value)
 {
     $this->storageStrategy->deleteRaw($value->getKey());
 }