Class SimpleID\Module

abstract
extends Prefab

A SimpleID module.

A module represents a single unit of functionality in SimpleID. Apart from a small number of required modules, modules can be enabled or disabled via the configuration file.

A SimpleID module is a singleton class under the FatFree Framework. This class is the superclass of all SimpleID modules. This class also provides a number of common functions which are used by all modules.

Located at core/Module.php
Methods
Properties