App\Ninja\Import\BaseTransformer::getCountryIdBy2 PHP Метод

getCountryIdBy2() защищенный Метод

protected getCountryIdBy2 ( $name ) : null
$name
Результат null
    protected function getCountryIdBy2($name)
    {
        $name = strtolower($name);
        return isset($this->maps['countries2'][$name]) ? $this->maps['countries2'][$name] : null;
    }