PHP Class RoutesController, vanilla

Inheritance: extends DashboardController
Afficher le fichier Open project: vanilla/vanilla

Méthodes publiques

Свойство Type Description
$Uses Models to automatically instantiate.

Méthodes publiques

Méthode Description
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.

Method Details

add() public méthode

Create a route.
Since: 2.0.0
public add ( )

delete() public méthode

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

edit() public méthode

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

index() public méthode

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

initialize() public méthode

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

Property Details

$Uses public_oe property

Models to automatically instantiate.
public $Uses