API Docs for: 0.0.1
Show:

modules.mymvc.Controller Class

the class for to implement Controller part in the MVC design pattern

Constructor

modules.mymvc.Controller

(
  • model
  • notify
)
Controller

Parameters:

  • model Model
  • notify Notify

    the communication tool bettween every mmodule

Returns:

Controller: return the controller linked with itself's model and notify

Item Index