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

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

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