harfang.module

..
AbstractModule

Provides a default implementation for the Module interface. It provides helper functions to manage the URL mappings without having you to worry about how they are stored.

Module

A module consists of a list of URL mappings. Modules are the core of the application. Typically, this is where models, views and controllers are contained.