PHP Интерфейс ManaPHP\Cli\RouterInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
getActionName ( ) : string
getControllerName ( ) : string
route ( string $cmd ) : boolean
setAlias ( string $alias, string $command ) : static

Описание методов

getActionName() публичный метод

public getActionName ( ) : string
Результат string

getControllerName() публичный метод

public getControllerName ( ) : string
Результат string

route() публичный метод

public route ( string $cmd ) : boolean
$cmd string
Результат boolean

setAlias() публичный метод

public setAlias ( string $alias, string $command ) : static
$alias string
$command string
Результат static