PHP 클래스 Geocoder\Laravel\Providers\GeocoderService

저자: Antoine Corcy ([email protected])
저자: Mike Bronner ([email protected])
상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: toin0u/geocoder-laravel

보호된 프로퍼티들

프로퍼티 타입 설명
$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