Class: Controller

Controller

new Controller(nm, module)

A SnoozeJS Controller
Parameters:
Name Type Description
nm string The name of the Controller
module object The module the Controller will belong to
Source:

Methods

(inner) getName() → {string}

Gets the name of the Controller
Source:
Returns:
The name of the Controller
Type
string