system
extends staticModel
in package
System updater object
Tags
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
PREFIX_DEV
Develop prefix
public
mixed
PREFIX_DEV
= 'dev'
Tags
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
$cache
Cache object
protected
cache
$cache
$cacheModule
Cache Modul
protected
string
$cacheModule
= ''
Tags
$cacheName
Cache name
protected
string
$cacheName
= false
$config
Config object
protected
config
$config
$data
Data array
protected
array<string|int, mixed>
$data
$events
Event list
protected
events
$events
$language
Sprachobjekt
protected
language
$language
$notifications
Notifications
protected
notifications
$notifications
Tags
$permissions
Permissions
protected
permissions
$permissions
Tags
$session
Session objekt
protected
session
$session
$fileOption
File option object for repo data
private
fileOption
$fileOption
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
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