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(?Request $request = null, Ui5ArtifactInterface $artifact, ?string $locale = null)
|
# |
public
|
request(): ?Request
|
# |
public
|
artifact(): Ui5ArtifactInterface
|
# |
public
|
locale(): ?string
|
# |