class WebApp extends Collection (View source)

Properties

protected $collection_key
string $displayMode
protected $iconsType
protected $iconsDataType
bool $isPublished
string $startUrl
string $title
string $versionCode
string $webAppId

Methods

setDisplayMode($displayMode)

No description

string
getDisplayMode()

No description

setIcons($icons)

No description

getIcons()

No description

setIsPublished($isPublished)

No description

bool
getIsPublished()

No description

setStartUrl($startUrl)

No description

string
getStartUrl()

No description

setTitle($title)

No description

string
getTitle()

No description

setVersionCode($versionCode)

No description

string
getVersionCode()

No description

setWebAppId($webAppId)

No description

string
getWebAppId()

No description

Details

setDisplayMode($displayMode)

No description

Parameters

$displayMode

string getDisplayMode()

No description

Return Value

string

setIcons($icons)

No description

Parameters

$icons

WebAppIcon[] getIcons()

No description

Return Value

WebAppIcon[]

setIsPublished($isPublished)

No description

Parameters

$isPublished

bool getIsPublished()

No description

Return Value

bool

setStartUrl($startUrl)

No description

Parameters

$startUrl

string getStartUrl()

No description

Return Value

string

setTitle($title)

No description

Parameters

$title

string getTitle()

No description

Return Value

string

setVersionCode($versionCode)

No description

Parameters

$versionCode

string getVersionCode()

No description

Return Value

string

setWebAppId($webAppId)

No description

Parameters

$webAppId

string getWebAppId()

No description

Return Value

string