final class Kernel

internal  
 

Traits

Properties

protected Container $container from  HasContainer

Methods

void
setContainer(Container $container)

No description

Container
getContainer()

Returns the current broker.

mixed
resolve(string $abstract)

Resolve the given type from the container.

__construct(PhpMethodReflectionFactory $methodReflectionFactory, ReflectionProvider $reflectionProvider)

Kernel constructor.

handle(ClassReflection $classReflection, string $methodName)

No description

Details

in HasContainer at line 27
void setContainer(Container $container)

No description

Parameters

Container $container

Return Value

void

in HasContainer at line 37
Container getContainer()

Returns the current broker.

Return Value

Container

in HasContainer at line 48
mixed resolve(string $abstract)

Resolve the given type from the container.

Parameters

string $abstract

Return Value

mixed

at line 35
__construct(PhpMethodReflectionFactory $methodReflectionFactory, ReflectionProvider $reflectionProvider)

Kernel constructor.

Parameters

PhpMethodReflectionFactory $methodReflectionFactory
ReflectionProvider $reflectionProvider

at line 48
PassableContract handle(ClassReflection $classReflection, string $methodName)

No description

Parameters

ClassReflection $classReflection
string $methodName

Return Value

PassableContract