class ServiceProvider extendsServiceProvider

Properties

protectedcallable|null $appGetter
protectedcallable|null $localeGetter

Methods

setAppGetter(callable|null$appGetter)

No description

setLocaleGetter(callable|null$localeGetter)

No description

boot()

No description

updateLocale()

No description

register()

No description

getLocale()

No description

getApp()

No description

getGlobalApp(...$args)

No description

isEventDispatcher($instance)

No description

Details

at line33
setAppGetter(callable|null$appGetter)

Parameters

callable|null $appGetter

at line38
setLocaleGetter(callable|null$localeGetter)

Parameters

callable|null $localeGetter

at line43
boot()

at line61
updateLocale()

at line88
register()

at line93
protected getLocale()

at line107
protected getApp()

at line116
protected getGlobalApp(...$args)

Parameters

...$args

at line121
protected isEventDispatcher($instance)

Parameters

$instance