Kernel
final class Kernel
internal |
Traits
Properties
protected Container | $container | from HasContainer |
Methods
__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
in
HasContainer at line 37
Container
getContainer()
Returns the current broker.
in
HasContainer at line 48
mixed
resolve(string $abstract)
Resolve the given type from the container.
at line 35
__construct(PhpMethodReflectionFactory $methodReflectionFactory, ReflectionProvider $reflectionProvider)
Kernel constructor.
at line 48
PassableContract
handle(ClassReflection $classReflection, string $methodName)
No description