App\Helpers\Macros\Traits\Dropdowns::selectCountry PHP Метод

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

Use this to set the default country dropdown type for the shorthand method
public selectCountry ( $name, null $selected = null, array $options = [] ) : string
$name
$selected null
$options array
Результат string
    public function selectCountry($name, $selected = null, $options = array())
    {
        return $this->selectCountryAlpha2($name, $selected, $options);
    }