Methods |
public
static
|
create(?ContainerInterface $container = null): static
Get a new builder
|
#
|
public
static
|
resolve(static|TClass $object): TClass
Get an instance from an optionally terminated builder
Get an instance from an optionally terminated builder
Implemented by
|
#
|
public
|
getB(string $name): mixed
Get a value applied to the builder
Get a value applied to the builder
Implemented by
|
#
|
public
|
issetB(string $name): bool
Check if a value has been applied to the builder
Check if a value has been applied to the builder
Implemented by
|
#
|
public
|
unsetB(string $name): static
Remove a value applied to the builder
Remove a value applied to the builder
Implemented by
|
#
|
public
|
build(): TClass
Resolve the builder to an instance
Resolve the builder to an instance
Implemented by
|
#
|