PHP Класс CommerceGuys\Addressing\Validator\Constraints\CountryConstraintValidator

Наследование: extends Symfony\Component\Validator\ConstraintValidator
Показать файл Открыть проект

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

Свойство Тип Описание
$countryRepository CommerceGuys\Addressing\Country\CountryRepositoryInterface The country repository.

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

Метод Описание
__construct ( CommerceGuys\Addressing\Country\CountryRepositoryInterface $countryRepository = null ) Creates a CountryValidator instance.
validate ( $value, Constraint $constraint )

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

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

Creates a CountryValidator instance.
public __construct ( CommerceGuys\Addressing\Country\CountryRepositoryInterface $countryRepository = null )
$countryRepository CommerceGuys\Addressing\Country\CountryRepositoryInterface

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

public validate ( $value, Constraint $constraint )
$constraint Symfony\Component\Validator\Constraint

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

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

The country repository.
protected CountryRepositoryInterface,CommerceGuys\Addressing\Country $countryRepository
Результат CommerceGuys\Addressing\Country\CountryRepositoryInterface