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

__construct() public method

public __construct ( Coduo\PHPMatcher\Matcher\ValueMatcher $propertyMatcher, Coduo\PHPMatcher\Parser $parser )
$propertyMatcher Coduo\PHPMatcher\Matcher\ValueMatcher
$parser Coduo\PHPMatcher\Parser
    public function __construct(ValueMatcher $propertyMatcher, Parser $parser)
    {
        $this->propertyMatcher = $propertyMatcher;
        $this->parser = $parser;
    }