SimpleContainer
in package
implements
ContainerInterface
Table of Contents
Interfaces
Properties
- $services : mixed
Methods
- __construct() : mixed
- get() : mixed
- getServices() : mixed
- has() : mixed
Properties
$services
private
mixed
$services
Methods
__construct()
public
__construct(array<string|int, mixed> $services) : mixed
Parameters
- $services : array<string|int, mixed>
get()
public
get(mixed $id) : mixed
Parameters
- $id : mixed
getServices()
public
getServices() : mixed
has()
public
has(mixed $id) : mixed
Parameters
- $id : mixed