PHP 클래스 Devise\Pages\RoutesGenerator

파일 보기 프로젝트 열기: devisephp/cms

공개 메소드들

메소드 설명
__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]