CommerceGuys\Zone\Matcher\ZoneMatcherInterface::matchAll PHP Метод

matchAll() публичный Метод

Returns all matching zones for the provided address.
public matchAll ( CommerceGuys\Addressing\AddressInterface $address, string | null $scope = null ) : CommerceGuys\Zone\Model\ZoneInterface[]
$address CommerceGuys\Addressing\AddressInterface
$scope string | null
Результат CommerceGuys\Zone\Model\ZoneInterface[]
    public function matchAll(AddressInterface $address, $scope = null);
ZoneMatcherInterface