Solution
extends PlatformUtility
in package
Provides information of the solution.
Tags
Table of Contents
- getDomain() : string
- Get the solution domain.
- getDomainStatic() : string
- Get the solution domain for static resources.
- getId() : int
- Get the solution identifier.
- getType() : string
- Get the solution type.
- isShop() : bool
- Check if the solution is a shop.
Methods
getDomain()
Get the solution domain.
public
getDomain() :
string
Tags
Return values
string —getDomainStatic()
Get the solution domain for static resources.
public
getDomainStatic() :
string
Tags
Return values
string —getId()
Get the solution identifier.
public
getId() :
int
Tags
Return values
int —getType()
Get the solution type.
public
getType() :
string
Tags
Return values
string —isShop()
Check if the solution is a shop.
public
isShop() :
bool