class GuestInstalledApplication extends Collection (View source)

Properties

protected $collection_key
string $applicationName
string $installTime
string[] $licenses
string $path
string $vendor
string $version

Methods

setApplicationName($applicationName)

No description

string
getApplicationName()

No description

setInstallTime($installTime)

No description

string
getInstallTime()

No description

setLicenses($licenses)

No description

string[]
getLicenses()

No description

setPath($path)

No description

string
getPath()

No description

setVendor($vendor)

No description

string
getVendor()

No description

setVersion($version)

No description

string
getVersion()

No description

Details

setApplicationName($applicationName)

No description

Parameters

$applicationName

string getApplicationName()

No description

Return Value

string

setInstallTime($installTime)

No description

Parameters

$installTime

string getInstallTime()

No description

Return Value

string

setLicenses($licenses)

No description

Parameters

$licenses

string[] getLicenses()

No description

Return Value

string[]

setPath($path)

No description

Parameters

$path

string getPath()

No description

Return Value

string

setVendor($vendor)

No description

Parameters

$vendor

string getVendor()

No description

Return Value

string

setVersion($version)

No description

Parameters

$version

string getVersion()

No description

Return Value

string