<TFacade is FacadeInterface>
Implements FacadeAwareInterface by returning modified instances for use with and without a facade
Methods | ||
---|---|---|
final
public
|
withFacade(class-string<TFacade> $facade): static
|
# |
final
public
|
withoutFacade(class-string<TFacade> $facade, bool $unloading): static
|
# |
final
protected
|
updateFacade(): void
|
# |
Properties | |||
---|---|---|---|
protected
|
class-string<TFacade>|null
|
$Facade = null
|
# |