SingletonInterface
in
Add support for app-wide singleton
PHP Mini Framework
Tags
Table of Contents
- make() : static
- Create / Retrieve singleton instance
Methods
make()
Create / Retrieve singleton instance
public
static make([array<string|int, mixed> $params = [] ]) : static
Parameters
- $params : array<string|int, mixed> = []