final | |
|---|---|
readonly | |
implements |
Ui5ContextInterface |
Represents the technical runtime context of a UI5 artifact request.
Access via dependency injection or the service container:
$context = app(Ui5ContextInterface::class);
| Methods | ||
|---|---|---|
public
|
__construct(Ui5ArtifactInterface $artifact, string $locale)
|
# |
public
|
artifact(): Ui5ArtifactInterface
|
# |
public
|
locale(): string
|
# |