class Controller

Methods

__construct()

No description

defaultAction()

No description

notFoundAction()

No description

static string
getMethodFromAction(string $action)

Transform an "action" token into a method name

Details

at line 8
__construct()

at line 12
defaultAction()

at line 16
notFoundAction()

at line 26
static string getMethodFromAction(string $action)

Transform an "action" token into a method name

Parameters

string $action

Return Value

string