Patchwork\CallRerouting\Decorator::methodMatches PHP Method

methodMatches() private method

private methodMatches ( array $top )
$top array
    private function methodMatches(array $top)
    {
        return $this->method === null || $top["function"] === $this->method;
    }