PHP Class Madcoda\Youtube\YoutubeServiceProviderLaravel5

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: madcoda/php-youtube-api

Protected Properties

Property Type Description
$defer

Public Methods

Method Description
boot ( ) : void Perform post-registration booting of services.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register bindings in the container.

Method Details

boot() public method

Perform post-registration booting of services.
public boot ( ) : void
return void

provides() public method

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

register() public method

Register bindings in the container.
public register ( ) : void
return void

Property Details

$defer protected property

protected $defer