\Imi\Server\RouteRouteCallable

Summary

Methods
Properties
Constants
__construct()
getCallable()
$server
$className
$methodName
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$server

$server : \Imi\Server\Base

服务器对象

Type

\Imi\Server\Base

$className

$className : string

类名

Type

string

$methodName

$methodName : string

方法名

Type

string

Methods

__construct()

__construct(  $server,   $className,   $methodName) 

Parameters

$server
$className
$methodName

getCallable()

getCallable(array  $params = array()) : callable

获取可以被调用的格式

Parameters

array $params

Returns

callable