InterNations\Component\HttpMock\Expectation::getMatcherClosures PHP Method

getMatcherClosures() public method

public getMatcherClosures ( ) : SuperClosure\SerializableClosure[]
return SuperClosure\SerializableClosure[]
    public function getMatcherClosures()
    {
        $closures = [];
        foreach ($this->matcher as $matcher) {
            $closures[] = $matcher->getMatcher();
        }
        return $closures;
    }