PHP Класс Fenos\Notifynder\NotifynderServiceProvider

Наследование: extends Illuminate\Support\ServiceProvider
Показать файл Открыть проект

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

Метод Описание
boot ( ) * Boot the publishing config
register ( ) Register Bindings.

Защищенные методы

Метод Описание
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.

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

artisan() защищенный Метод

Register Artisan commands.
protected artisan ( )

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

* Boot the publishing config
public boot ( )

builder() защищенный Метод

Bind Builder.
protected builder ( )

categories() защищенный Метод

Bind Notifynder Categories to IoC.
protected categories ( )

config() защищенный Метод

Publish config files.
protected config ( )

contracts() защищенный Метод

Contracts of notifynder.
protected contracts ( )

events() защищенный Метод

Bind Dispatcher.
protected events ( )

groups() защищенный Метод

Bind Groups.
protected groups ( )

migration() защищенный Метод

Publish migration files.
protected migration ( )

migrationFilepath() защищенный Метод

protected migrationFilepath ( string $filename ) : string
$filename string
Результат string

notifications() защищенный Метод

Bind the notifications.
protected notifications ( )

notifynder() защищенный Метод

Bind Notifynder.
protected notifynder ( )

publishMigration() защищенный Метод

protected publishMigration ( string $filename )
$filename string

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

Register Bindings.
public register ( )

senders() защищенный Метод

Bind Senders.
protected senders ( )

translator() защищенный Метод

Bind Translator.
protected translator ( )