PHP Класс CommerceGuys\Zone\Matcher\ZoneMatcher

Наследование: implements CommerceGuys\Zone\Matcher\ZoneMatcherInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$repository CommerceGuys\Zone\Repository\ZoneRepositoryInterface Zone repository.

Открытые методы

Метод Описание
__construct ( CommerceGuys\Zone\Repository\ZoneRepositoryInterface $repository ) Creates a ZoneMatcher instance.
match ( CommerceGuys\Addressing\AddressInterface $address, $scope = null )
matchAll ( CommerceGuys\Addressing\AddressInterface $address, $scope = null )

Описание методов

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

Creates a ZoneMatcher instance.
public __construct ( CommerceGuys\Zone\Repository\ZoneRepositoryInterface $repository )
$repository CommerceGuys\Zone\Repository\ZoneRepositoryInterface

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

public match ( CommerceGuys\Addressing\AddressInterface $address, $scope = null )
$address CommerceGuys\Addressing\AddressInterface

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

public matchAll ( CommerceGuys\Addressing\AddressInterface $address, $scope = null )
$address CommerceGuys\Addressing\AddressInterface

Описание свойств

$repository защищенное свойство

Zone repository.
protected ZoneRepositoryInterface,CommerceGuys\Zone\Repository $repository
Результат CommerceGuys\Zone\Repository\ZoneRepositoryInterface