PHP 클래스 RoutesController, vanilla

상속: extends DashboardController
파일 보기 프로젝트 열기: vanilla/vanilla

공개 프로퍼티들

프로퍼티 타입 설명
$Uses Models to automatically instantiate.

공개 메소드들

메소드 설명
add ( ) Create a route.
delete ( mixed $RouteIndex = false, string $TransientKey = false ) Remove a route.
edit ( string $RouteIndex = false ) Edit a route.
index ( ) Show list of current routes.
initialize ( ) Set menu path. Automatically run on every use.

메소드 상세

add() 공개 메소드

Create a route.
부터: 2.0.0
public add ( )

delete() 공개 메소드

Remove a route.
부터: 2.0.0
public delete ( mixed $RouteIndex = false, string $TransientKey = false )
$RouteIndex mixed Name of route.
$TransientKey string Security token.

edit() 공개 메소드

Edit a route.
부터: 2.0.0
public edit ( string $RouteIndex = false )
$RouteIndex string Name of route.

index() 공개 메소드

Show list of current routes.
부터: 2.0.0
public index ( )

initialize() 공개 메소드

Set menu path. Automatically run on every use.
부터: 2.0.0
public initialize ( )

프로퍼티 상세

$Uses 공개적으로 프로퍼티

Models to automatically instantiate.
public $Uses