Container
extends Container
in package
implements
ContainerInterface
FinalYes
Dependency injection container.
This class extends on Pimple ( https://github.com/silexphp/Pimple ).
Tags
Table of Contents
Interfaces
- ContainerInterface
Methods
- __construct() : mixed
- {@inheritDoc}
- get() : mixed
- {@inheritDoc}
- has() : bool
- {@inheritDoc}
Methods
__construct()
{@inheritDoc}
public
__construct([array<string|int, mixed> $items = [] ]) : mixed
Parameters
- $items : array<string|int, mixed> = []
get()
{@inheritDoc}
public
get(mixed $id) : mixed
Parameters
- $id : mixed
has()
{@inheritDoc}
public
has(mixed $id) : bool
Parameters
- $id : mixed