trait HasContainer

internal  
 

Properties

protected Container $container

Methods

void
setContainer(Container $container)

No description

Container
getContainer()

Returns the current broker.

mixed
resolve(string $abstract)

Resolve the given type from the container.

Details

at line 27
void setContainer(Container $container)

No description

Parameters

Container $container

Return Value

void

at line 37
Container getContainer()

Returns the current broker.

Return Value

Container

at line 48
mixed resolve(string $abstract)

Resolve the given type from the container.

Parameters

string $abstract

Return Value

mixed