PHP Класс Geocoder\Laravel\Providers\GeocoderService

Автор: Antoine Corcy ([email protected])
Автор: Mike Bronner ([email protected])
Наследование: extends Illuminate\Support\ServiceProvider
Показать файл Открыть проект

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

Свойство Тип Описание
$defer

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

Метод Описание
boot ( ) : void Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

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

Метод Описание
getAdapterClass ( $provider ) : string Get the required Adapter class name for the current provider. It will select a specific adapter if required, handle the Chain provider, and return the default configured adapter if non of the above are true.
getArguments ( array $arguments, $provider ) : string Insert the required Adapter instance (if required) as the first element of the arguments array.
getProviders ( Collection $providers ) : array Instantiate the configured Providers, as well as the Chain Provider.

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

boot() публичный метод

Bootstrap the application events.
public boot ( ) : void
Результат void

provides() публичный метод

Get the services provided by the provider.
public provides ( ) : array
Результат array

register() публичный метод

Register the service provider.
public register ( ) : void
Результат void

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

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

protected $defer