PHP Класс Devise\Pages\PagesServiceProvider

Наследование: extends Illuminate\Support\ServiceProvider
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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