PHP Class Vsch\TranslationManager\ManagerServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
显示文件 Open project: vsch/laravel-translation-manager Class Usage Examples

Protected Properties

Property Type Description
$defer boolean Indicates if loading of the provider is deferred.

Public Methods

Method Description
boot ( Router $router ) : void Bootstrap the application events.
getLists ( $query )
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Method Details

boot() public method

Bootstrap the application events.
public boot ( Router $router ) : void
$router Illuminate\Routing\Router
return void

getLists() public static method

public static getLists ( $query )

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register the service provider.
public register ( ) : void
return void

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
return boolean