Orpheus

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

Get the link to this route

public abstract getLink() : string
Return values
string

getName()

Get the name

public abstract getName() : string
Return values
string

isAccessible()

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
Return values
bool

							
On this page

Search results