class LocaleStatus (View source)

Properties

protected LocalRemoteCouple[] $installedUpdated
protected LocalRemoteCouple[] $installedOutdated
protected Stats[] $onlyRemote
protected Stats[] $onlyLocal

Methods

__construct()

No description

$this
addInstalledUpdated($localeID, LocalRemoteCouple $value)

No description

$this
addInstalledOutdated($localeID, LocalRemoteCouple $value)

No description

$this
addOnlyRemote($localeID, Stats $value)

No description

Stats[]
getOnlyRemote()

No description

$this
addOnlyLocal($localeID, Stats $value)

No description

Stats[]
getOnlyLocal()

No description

Details

__construct()

No description

$this addInstalledUpdated($localeID, LocalRemoteCouple $value)

No description

Parameters

$localeID
LocalRemoteCouple $value

Return Value

$this

LocalRemoteCouple[] getInstalledUpdated()

No description

Return Value

LocalRemoteCouple[]

$this addInstalledOutdated($localeID, LocalRemoteCouple $value)

No description

Parameters

$localeID
LocalRemoteCouple $value

Return Value

$this

LocalRemoteCouple[] getInstalledOutdated()

No description

Return Value

LocalRemoteCouple[]

$this addOnlyRemote($localeID, Stats $value)

No description

Parameters

$localeID
Stats $value

Return Value

$this

Stats[] getOnlyRemote()

No description

Return Value

Stats[]

$this addOnlyLocal($localeID, Stats $value)

No description

Parameters

$localeID
Stats $value

Return Value

$this

Stats[] getOnlyLocal()

No description

Return Value

Stats[]