ModuleInterface
in package
AbstractYes
An interface using which modules provide functionality to stuff outside the module itself.
Subclass this (xyModuleInterface extends ModuleInterface) if your module needs to be called from other parts of the cms. Module Interfaces are Singletons.
Tags
Table of Contents
Properties
- $instances : mixed
Methods
- getInstance() : ModuleInterface
- Instance getter
Properties
$instances
private
static mixed
$instances
= array()
Methods
getInstance()
Instance getter
public
static getInstance(string $moduleName) : ModuleInterface
Parameters
- $moduleName : string
-
the modules' interface you want