PHP 클래스 Devise\Pages\PagesServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: devisephp/cms

보호된 프로퍼티들

프로퍼티 타입 설명
$defer boolean Indicates if loading of the provider is deferred.

공개 메소드들

메소드 설명
boot ( ) : void Loads the route file which allows us to have slugs in the url (set via the dvs_pages database table)
createPlainMatcher ( string $function ) : string Create a plain Blade matcher.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

비공개 메소드들

메소드 설명
registerDeviseDataContainer ( ) : void deviseDataJavascriptBindings is a singleton class that holds json values until they are finally needed and output using ->toJSON() method
registerDvsMagicMode ( ) : [type] [registerDvsMagicMode description]
registerInterpreter ( ) : void Registers the extended blade compiler with our application.
registerPhpBladeExtensions ( ) : void Registers @php and @endphp recognition to blade
registerTemplateComposer ( ) : void The template composer is what manages a view's vars component of devise.
registerViewName ( ) : [type] [registerViewName description]

메소드 상세

boot() 공개 메소드

Loads the route file which allows us to have slugs in the url (set via the dvs_pages database table)
public boot ( ) : void
리턴 void

createPlainMatcher() 공개 메소드

Create a plain Blade matcher.
public createPlainMatcher ( string $function ) : string
$function string
리턴 string

provides() 공개 메소드

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

register() 공개 메소드

Register the service provider.
public register ( ) : void
리턴 void

프로퍼티 상세

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

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