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

Parameters

string $method

Return Value

boolean

at line 45
static Method splitMethod(string $method)

Controller and Action Splitter

Parameters

string $method

Return Value

Method

at line 67
static string buildController(string $controller)

Controller Name Builder

Parameters

string $controller

Return Value

string

at line 78
static string buildAction(string $action)

Action Name Builder

Parameters

string $action

Return Value

string

at line 90
static protected string convert(string $str, bool $isAction = false)

String converter

Parameters

string $str
bool $isAction

Return Value

string