PHP Interface ManaPHP\Cli\RouterInterface

Afficher le fichier Open project: manaphp/manaphp

Méthodes publiques

Méthode Description
getActionName ( ) : string
getControllerName ( ) : string
route ( string $cmd ) : boolean
setAlias ( string $alias, string $command ) : static

Method Details

getActionName() public méthode

public getActionName ( ) : string
Résultat string

getControllerName() public méthode

public getControllerName ( ) : string
Résultat string

route() public méthode

public route ( string $cmd ) : boolean
$cmd string
Résultat boolean

setAlias() public méthode

public setAlias ( string $alias, string $command ) : static
$alias string
$command string
Résultat static