PHP Class Telegram\Bot\Laravel\TelegramServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: irazasyed/telegram-bot-sdk

Protected Properties

Свойство Type Description
$defer boolean Indicates if loading of the provider is deferred.

Méthodes publiques

Méthode Description
boot ( ) : void Boot the service provider.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
registerBindings ( Illuminate\Contracts\Container\Container $app ) : void Register the bindings.
registerManager ( Illuminate\Contracts\Container\Container $app ) : void Register the manager class.
setupConfig ( Illuminate\Contracts\Container\Container $app ) : void Setup the config.

Method Details

boot() public méthode

Boot the service provider.
public boot ( ) : void
Résultat void

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerBindings() protected méthode

Register the bindings.
protected registerBindings ( Illuminate\Contracts\Container\Container $app ) : void
$app Illuminate\Contracts\Container\Container
Résultat void

registerManager() protected méthode

Register the manager class.
protected registerManager ( Illuminate\Contracts\Container\Container $app ) : void
$app Illuminate\Contracts\Container\Container
Résultat void

setupConfig() protected méthode

Setup the config.
protected setupConfig ( Illuminate\Contracts\Container\Container $app ) : void
$app Illuminate\Contracts\Container\Container
Résultat void

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
Résultat boolean