PHP 클래스 Arcanedev\Localization\LocalizationServiceProvider

저자: ARCANEDEV ([email protected])
상속: extends Arcanedev\Support\PackageServiceProvider
파일 보기 프로젝트 열기: arcanedev/localization

보호된 프로퍼티들

프로퍼티 타입 설명
$package string Package name.
$vendor string Vendor name.

공개 메소드들

메소드 설명
boot ( ) Boot the package.
getBasePath ( ) : string Get the base path of the package.
provides ( ) : array Get the services provided by the provider.
register ( ) Register the service provider.

비공개 메소드들

메소드 설명
registerLocalization ( ) Register Localization.

메소드 상세

boot() 공개 메소드

Boot the package.
public boot ( )

getBasePath() 공개 메소드

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

provides() 공개 메소드

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

register() 공개 메소드

Register the service provider.
public register ( )

프로퍼티 상세

$package 보호되어 있는 프로퍼티

Package name.
protected string $package
리턴 string

$vendor 보호되어 있는 프로퍼티

Vendor name.
protected string $vendor
리턴 string