Class: notSwitchController

notSwitchController

Class that could contain few controllers and select which one should be constructed Router alike

new notSwitchController()

Methods


getControllerByArgs(args)

Override this in child class
Parameters:
Name Type Description
args object class initialization arguments
Returns:
named list of constructors
Type
object

getControllers()

Override this in child class
Returns:
named list of constructors
Type
object