PHP Трейт App\Helpers\Macros\Traits\Dropdowns

Показать файл Открыть проект

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

Метод Описание
selectCanadaTerritories ( $name, null $selected = null, array $options = [] ) : mixed
selectCountry ( $name, null $selected = null, array $options = [] ) : string Use this to set the default country dropdown type for the shorthand method
selectCountryAlpha ( $name, null $selected = null, array $options = [] ) : mixed
selectCountryAlpha2 ( $name, null $selected = null, array $options = [] ) : string
selectCountryAlpha3 ( $name, null $selected = null, array $options = [] ) : string
selectCountryNumeric ( $name, null $selected = null, array $options = [] ) : string
selectState ( $name, null $selected = null, array $options = [] ) : string Use this to set the default country state type for the shorthand method
selectStateMexico ( $name, null $selected = null, array $options = [] ) : mixed
selectStateUS ( $name, null $selected = null, array $options = [] ) : string
selectStateUSArmedForces ( $name, null $selected = null, array $options = [] ) : mixed
selectStateUSOutlyingTerritories ( $name, null $selected = null, array $options = [] ) : mixed
selectTimezone ( $name, null $selected = null, array $options = [] ) : mixed

Приватные методы

Метод Описание
formatOffset ( $offset ) : string

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

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

public selectCanadaTerritories ( $name, null $selected = null, array $options = [] ) : mixed
$name
$selected null
$options array
Результат mixed

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

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

public selectCountryAlpha ( $name, null $selected = null, array $options = [] ) : mixed
$name
$selected null
$options array
Результат mixed

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

public selectCountryAlpha2 ( $name, null $selected = null, array $options = [] ) : string
$name
$selected null
$options array
Результат string

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

public selectCountryAlpha3 ( $name, null $selected = null, array $options = [] ) : string
$name
$selected null
$options array
Результат string

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

public selectCountryNumeric ( $name, null $selected = null, array $options = [] ) : string
$name
$selected null
$options array
Результат string

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

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

public selectStateMexico ( $name, null $selected = null, array $options = [] ) : mixed
$name
$selected null
$options array
Результат mixed

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

public selectStateUS ( $name, null $selected = null, array $options = [] ) : string
$name
$selected null
$options array
Результат string

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

public selectStateUSArmedForces ( $name, null $selected = null, array $options = [] ) : mixed
$name
$selected null
$options array
Результат mixed

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

public selectStateUSOutlyingTerritories ( $name, null $selected = null, array $options = [] ) : mixed
$name
$selected null
$options array
Результат mixed

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

public selectTimezone ( $name, null $selected = null, array $options = [] ) : mixed
$name
$selected null
$options array
Результат mixed