CommerceGuys\Zone\Matcher\ZoneMatcher::__construct PHP Method

__construct() public method

Creates a ZoneMatcher instance.
public __construct ( CommerceGuys\Zone\Repository\ZoneRepositoryInterface $repository )
$repository CommerceGuys\Zone\Repository\ZoneRepositoryInterface
    public function __construct(ZoneRepositoryInterface $repository)
    {
        $this->repository = $repository;
    }