コード例 #1
0
ファイル: DispatcherStore.php プロジェクト: wizbii/pipeline
 /**
  * @param mixed $acceptedValues
  * @return $this
  */
 public function containsKeys($acceptedValues)
 {
     return $this->addMatcher(ContainsKeys::build($acceptedValues));
 }