PHP Interface ManaPHP\Cli\RouterInterface

Show file Open project: manaphp/manaphp

Public Methods

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

Method Details

getActionName() public method

public getActionName ( ) : string
return string

getControllerName() public method

public getControllerName ( ) : string
return string

route() public method

public route ( string $cmd ) : boolean
$cmd string
return boolean

setAlias() public method

public setAlias ( string $alias, string $command ) : static
$alias string
$command string
return static