PHP Класс Devise\Pages\RoutesGenerator

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Framework $Framework ) [__construct description]
cacheRoutes ( ) : string Uses the routes array and spits out a string of laravel routes
loadRoutes ( ) : [type] Loads the routes

Защищенные методы

Метод Описание
assertRouteCachingValid ( ) : [type] Asserts that the route cache is not in a weird state
clearDeviseRoutes ( ) : [type] Remove the temporary devise routes file
clearLaravelCache ( ) : [type] Clear the route cache in Laravel Devis Pages won't work properly if these routes are cached
deviseRoutesFile ( ) : [type] Returns the route cache path if the file exists
findDvsPageRoutes ( ) : array Returns the dvs page routes in this system

Описание методов

__construct() публичный метод

[__construct description]
public __construct ( Framework $Framework )
$Framework Devise\Support\Framework

assertRouteCachingValid() защищенный метод

Asserts that the route cache is not in a weird state
protected assertRouteCachingValid ( ) : [type]
Результат [type]

cacheRoutes() публичный метод

Uses the routes array and spits out a string of laravel routes
public cacheRoutes ( ) : string
Результат string

clearDeviseRoutes() защищенный метод

Remove the temporary devise routes file
protected clearDeviseRoutes ( ) : [type]
Результат [type]

clearLaravelCache() защищенный метод

Clear the route cache in Laravel Devis Pages won't work properly if these routes are cached
protected clearLaravelCache ( ) : [type]
Результат [type]

deviseRoutesFile() защищенный метод

Returns the route cache path if the file exists
protected deviseRoutesFile ( ) : [type]
Результат [type]

findDvsPageRoutes() защищенный метод

Returns the dvs page routes in this system
protected findDvsPageRoutes ( ) : array
Результат array

loadRoutes() публичный метод

Loads the routes
public loadRoutes ( ) : [type]
Результат [type]