Coduo\PHPMatcher\Matcher\JsonMatcher::__construct PHP Method

__construct() public method

public __construct ( Coduo\PHPMatcher\Matcher\ValueMatcher $matcher )
$matcher Coduo\PHPMatcher\Matcher\ValueMatcher
    public function __construct(ValueMatcher $matcher)
    {
        $this->matcher = $matcher;
    }