class WebApp extends Collection (View source)

Properties

protected $collection_key
string $displayMode
protected $iconsType
protected $iconsDataType
string $name
string $startUrl
string $title
string $versionCode

Methods

setDisplayMode($displayMode)

No description

string
getDisplayMode()

No description

setIcons($icons)

No description

getIcons()

No description

setName($name)

No description

string
getName()

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

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[]

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

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