\Intervention\ImageImageServiceProvider

Summary

Methods
Properties
Constants
__construct()
boot()
register()
provides()
No public properties found
No constants found
No protected methods found
$defer
$provider
N/A
getProvider()
No private properties found
N/A

Properties

$defer

$defer : bool

Indicates if loading of the provider is deferred.

Type

bool

$provider

$provider : \Illuminate\Support\ServiceProvider

Actual provider

Type

\Illuminate\Support\ServiceProvider —

Methods

__construct()

__construct(\Illuminate\Contracts\Foundation\Application  $app) : void

Create a new service provider instance.

Parameters

\Illuminate\Contracts\Foundation\Application $app

boot()

boot() : void

Bootstrap the application events.

register()

register() : void

Register the service provider.

provides()

provides() : array

Get the services provided by the provider.

Returns

array —

getProvider()

getProvider() : \Intervention\Image\Provider\ProviderInterface

Return ServiceProvider according to Laravel version

Returns

\Intervention\Image\Provider\ProviderInterface —