예제 #1
0
 public function callback(Closure $callback)
 {
     $this->appendMatcher($this->matcherFactory->closure($callback));
     return $this;
 }
예제 #2
0
 public function callback(Closure $callback)
 {
     $this->matcher[] = $this->matcherFactory->closure($callback);
     return $this;
 }