PHP Class RoutesController, vanilla

Inheritance: extends DashboardController
Mostrar archivo Open project: vanilla/vanilla

Public Properties

Property Type Description
$Uses Models to automatically instantiate.

Public Methods

Method 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 method

Create a route.
Since: 2.0.0
public add ( )

delete() public method

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 method

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

index() public method

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

initialize() public method

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