ModuleCenterModuleCollectionInterface
in
Interface ModuleCenterModuleCollectionInterface
Tags
Table of Contents
- __construct() : mixed
- add() : mixed
- Add a new module center module into the collection.
Methods
__construct()
public
__construct([array<string|int, mixed> $modules = [] ]) : mixed
Parameters
- $modules : array<string|int, mixed> = []
Return values
mixed —add()
Add a new module center module into the collection.
public
add(ModuleCenterModuleInterface $module) : mixed
Parameters
- $module : ModuleCenterModuleInterface