PHP Class Arcanedev\SeoHelper\SeoHelperServiceProvider

Author: ARCANEDEV ([email protected])
Inheritance: extends Arcanedev\Support\PackageServiceProvider
Show file Open project: ARCANEDEV/SEO-Helper

Protected Properties

Property Type Description
$defer boolean Indicates if loading of the provider is deferred.
$package string Package name.

Public Methods

Method Description
boot ( ) Boot the service provider.
getBasePath ( ) : string Get the base path of the package.
provides ( ) : array Get the services provided by the provider.
register ( ) Register the service provider.

Private Methods

Method Description
registerSeoHelperService ( ) Register SeoMeta service.

Method Details

boot() public method

Boot the service provider.
public boot ( )

getBasePath() public method

Get the base path of the package.
public getBasePath ( ) : string
return string

provides() public method

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

register() public method

Register the service provider.
public register ( )

Property Details

$defer protected property

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

$package protected property

Package name.
protected string $package
return string