RpcMethod
class RpcMethod
Rpc Method Utilities
Methods
static boolean
isMethod(string $method)
Method validation
static Method
splitMethod(string $method)
Controller and Action Splitter
static string
buildController(string $controller)
Controller Name Builder
static string
buildAction(string $action)
Action Name Builder
static string
convert(string $str, bool $isAction = false)
String converter
Details
at line 25
static boolean
isMethod(string $method)
Method validation
at line 45
static Method
splitMethod(string $method)
Controller and Action Splitter
at line 67
static string
buildController(string $controller)
Controller Name Builder
at line 78
static string
buildAction(string $action)
Action Name Builder
at line 90
static protected string
convert(string $str, bool $isAction = false)
String converter