GenerateControllers

Mixin template for generating the controllers.

Members

Functions

generateControllerCollection
string generateControllerCollection()

Generates the controller collection.

getControllerAction
GenerateControllerAction getControllerAction(string name)

Gets a controller by its name

Variables

controllerCollection
GenerateControllerAction[string] controllerCollection;

The controller collection.

Meta