PHP Class Fenos\Notifynder\NotifynderServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: fenos/notifynder

Méthodes publiques

Méthode Description
boot ( ) * Boot the publishing config
register ( ) Register Bindings.

Méthodes protégées

Méthode Description
artisan ( ) Register Artisan commands.
builder ( ) Bind Builder.
categories ( ) Bind Notifynder Categories to IoC.
config ( ) Publish config files.
contracts ( ) Contracts of notifynder.
events ( ) Bind Dispatcher.
groups ( ) Bind Groups.
migration ( ) Publish migration files.
migrationFilepath ( string $filename ) : string
notifications ( ) Bind the notifications.
notifynder ( ) Bind Notifynder.
publishMigration ( string $filename )
senders ( ) Bind Senders.
translator ( ) Bind Translator.

Method Details

artisan() protected méthode

Register Artisan commands.
protected artisan ( )

boot() public méthode

* Boot the publishing config
public boot ( )

builder() protected méthode

Bind Builder.
protected builder ( )

categories() protected méthode

Bind Notifynder Categories to IoC.
protected categories ( )

config() protected méthode

Publish config files.
protected config ( )

contracts() protected méthode

Contracts of notifynder.
protected contracts ( )

events() protected méthode

Bind Dispatcher.
protected events ( )

groups() protected méthode

Bind Groups.
protected groups ( )

migration() protected méthode

Publish migration files.
protected migration ( )

migrationFilepath() protected méthode

protected migrationFilepath ( string $filename ) : string
$filename string
Résultat string

notifications() protected méthode

Bind the notifications.
protected notifications ( )

notifynder() protected méthode

Bind Notifynder.
protected notifynder ( )

publishMigration() protected méthode

protected publishMigration ( string $filename )
$filename string

register() public méthode

Register Bindings.
public register ( )

senders() protected méthode

Bind Senders.
protected senders ( )

translator() protected méthode

Bind Translator.
protected translator ( )