Documentation

system extends staticModel
in package

System updater object

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2011-2020, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

Table of Contents

FORCE_UPDATE  = 1001
Status, dass Update erzwungen wird
PREFIX_DEFAULT  = 'default'
Default prefix
PREFIX_DEV  = 'dev'
Develop prefix
$force  : bool
$phpversion  : string
$release  : string
$signature  : string
$size  : int
$url  : string
$version  : string
$cache  : cache
Cache object
$cacheModule  : string
Cache Modul
$cacheName  : string
Cache name
$config  : config
Config object
$data  : array<string|int, mixed>
Data array
$events  : events
Event list
$language  : language
Sprachobjekt
$notifications  : notifications
Notifications
$permissions  : permissions
Permissions
$session  : session
Session objekt
$fileOption  : fileOption
File option object for repo data
__construct()  : void
Konstruktor
checkManual()  : bool
Manueller Update-Check durchführen
filesListExists()  : bool
Check if data/config/files.txt path exists
getCacheName()  : string
Cache-Name zurückgeben
getManualCheckAddress()  : string
Gibt Link für Manuelle Update-Prüfung zurück, seit FPCM 3.x Link zur Download-Seite von FanPress CM
init()  : bool
Initialize class data
updateAvailable()  : bool
Prüft ob Updates verfügbar sind

Constants

FORCE_UPDATE

Status, dass Update erzwungen wird

public mixed FORCE_UPDATE = 1001

PREFIX_DEFAULT

Default prefix

public mixed PREFIX_DEFAULT = 'default'
Tags
since
4.4.3-rc1

PREFIX_DEV

Develop prefix

public mixed PREFIX_DEV = 'dev'
Tags
since
4.4.3-rc1

Properties

$force

public bool $force

Force update to new version

$phpversion

public string $phpversion

Minimum required PHP version

$release

public string $release

Package release

$signature

public string $signature

Package signature

$size

public int $size

Package size

$url

public string $url

URL for package

$version

public string $version

New system version

$cacheModule

Cache Modul

protected string $cacheModule = ''
Tags
since
3.4

$cacheName

Cache name

protected string $cacheName = false

$data

Data array

protected array<string|int, mixed> $data

Methods

__construct()

Konstruktor

public __construct() : void
Return values
void

checkManual()

Manueller Update-Check durchführen

public checkManual() : bool
Return values
bool

filesListExists()

Check if data/config/files.txt path exists

public final filesListExists() : bool
Tags
since
4.1
Return values
bool

getCacheName()

Cache-Name zurückgeben

public getCacheName([string $addName = '' ]) : string
Parameters
$addName : string = ''
Return values
string

getManualCheckAddress()

Gibt Link für Manuelle Update-Prüfung zurück, seit FPCM 3.x Link zur Download-Seite von FanPress CM

public getManualCheckAddress() : string
Return values
string

init()

Initialize class data

public init() : bool
Return values
bool

updateAvailable()

Prüft ob Updates verfügbar sind

public updateAvailable() : bool
Return values
bool

Search results