Patchwork\CallRerouting\Decorator::instanceMatches PHP Méthode

instanceMatches() private méthode

private instanceMatches ( array $top )
$top array
    private function instanceMatches(array $top)
    {
        return $this->instance === null || isset($top["object"]) && $top["object"] === $this->instance;
    }