Route
in package
AbstractYes
Route for Orpheus.
Table of Contents
Methods
- getLink() : string
- Get the link to this route
- getName() : string
- Get the name
- isAccessible() : bool
- Test if the route is accessible in the current context using restrictTo This method is sensitive to CHECK_MODULE_ACCESS constant, a true value make it always accessible, never use it in production
Methods
getLink()
Get the link to this route
public
abstract getLink() : string
Return values
stringgetName()
Get the name
public
abstract getName() : string
Return values
stringisAccessible()
Test if the route is accessible in the current context using restrictTo This method is sensitive to CHECK_MODULE_ACCESS constant, a true value make it always accessible, never use it in production
public
abstract isAccessible() : bool