PHP 클래스 Xpressengine\Routing\RouteCollection

저자: XE Developers ([email protected])
상속: extends Illuminate\Routing\RouteCollection
파일 보기 프로젝트 열기: xpressengine/xpressengine 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$moduleList array A look-up table of routes by xpressengine source.
$settingsMenuList

공개 메소드들

메소드 설명
getByModule ( string $module ) : Illuminate\Routing\Route | null Get a route instance by its source.
getSettingsMenuRoutes ( ) : array getSettingsMenuRoutes

보호된 메소드들

메소드 설명
addLookups ( Illuminate\Routing\Route $route ) : void Add the route to any look-up tables if necessary.
addToModuleList ( array $action, Illuminate\Routing\Route $route ) : void Add a route to the controller source dictionary.
addToSettingsMenuList ( Illuminate\Routing\Route $route ) : void addToSettingsMenuList

메소드 상세

addLookups() 보호된 메소드

Add the route to any look-up tables if necessary.
protected addLookups ( Illuminate\Routing\Route $route ) : void
$route Illuminate\Routing\Route illuminate route
리턴 void

addToModuleList() 보호된 메소드

Add a route to the controller source dictionary.
protected addToModuleList ( array $action, Illuminate\Routing\Route $route ) : void
$action array action array
$route Illuminate\Routing\Route route
리턴 void

addToSettingsMenuList() 보호된 메소드

addToSettingsMenuList
protected addToSettingsMenuList ( Illuminate\Routing\Route $route ) : void
$route Illuminate\Routing\Route route
리턴 void

getByModule() 공개 메소드

Get a route instance by its source.
public getByModule ( string $module ) : Illuminate\Routing\Route | null
$module string module id
리턴 Illuminate\Routing\Route | null

getSettingsMenuRoutes() 공개 메소드

getSettingsMenuRoutes
public getSettingsMenuRoutes ( ) : array
리턴 array

프로퍼티 상세

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

A look-up table of routes by xpressengine source.
protected array $moduleList
리턴 array

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

protected $settingsMenuList