ComponentRegistry
final class ComponentRegistry (View source)
Methods
__construct(ContainerInterface $container)
register(string $name, string $componentClass)
void
has(string $name)
bool
get(string $name, string|null $expectedClass = null)
object
all()
array
Details
register
void
register(string $name, string $componentClass)
No description
has
bool
has(string $name)
No description
get
object
get(string $name, string|null $expectedClass = null)
No description
all
array
all()
No description