final | |
|---|---|
readonly | |
extends |
Ui5Source |
| Methods | ||
|---|---|---|
public
|
__construct(
string $srcPath,
Ui5AppDescriptor $descriptor,
Ui5I18n $i18n,
bool $isDev,
?Ui5PackageMeta $package = null,
?Ui5Framework $framework = null,
?Ui5Bootstrap $bootstrap = null,
)
|
# |
public
|
getSourcePath(): string
|
# |
public
|
getPackageMeta(): ?Ui5PackageMeta
|
# |
public
|
getFramework(): ?Ui5Framework
|
# |
public
|
getDescriptor(): Ui5AppDescriptor
|
# |
public
|
getBootstrap(): ?Ui5Bootstrap
|
# |
public
|
getI18n(): Ui5I18n
|
# |
public
|
isDev(): bool
|
# |
public
static
|
fromWorkspace(string $path, string $vendor, bool $isDev = false): Ui5AppSource
|
# |
public
static
|
fromPackage(string $path, string $vendor): Ui5AppSource
|
# |