system
extends staticModel
in
System updater object
Table of Contents
| FORCE_UPDATE | Status, dass Update erzwungen wird | 1001 |
|---|---|---|
| PREFIX_DEV | Develop prefix | 'dev' |
| PREFIX_DEFAULT | Default prefix | 'default' |
| $fileOption | File option object for repo data | fileOption |
| $version | string | |
| $force | bool | |
| $url | string | |
| $signature | string | |
| $phpversion | string | |
| $release | string | |
| $size | int | |
| $data | Data array | array |
| $cache | Cache object | cache |
| $events | Event list | events |
| $config | Config object | config |
| $language | Sprachobjekt | language |
| $session | Session objekt | session |
| $notifications | Notifications | notifications |
| $permissions | Permissions | permissions |
| $cacheName | Cache name | string |
| $cacheModule | Cache Modul | string |
| updateAvailable() | Prüft ob Updates verfügbar sind | bool |
| checkManual() | Manueller Update-Check durchführen | bool |
| getManualCheckAddress() | Gibt Link für Manuelle Update-Prüfung zurück, seit FPCM 3.x Link zur Download-Seite von FanPress CM | string |
| init() | Initialize class data | bool |
| filesListExists() | Check if data/config/files.txt path exists | bool |
| __construct() | Konstruktor | void |
| getCacheName() | Cache-Name zurückgeben | string |
Constants
FORCE_UPDATE
Status, dass Update erzwungen wird
mixed
$FORCE_UPDATE
= 1001
PREFIX_DEV
Develop prefix
mixed
$PREFIX_DEV
= 'dev'
PREFIX_DEFAULT
Default prefix
mixed
$PREFIX_DEFAULT
= 'default'
Properties
$fileOption
File option object for repo data
private
fileOption
$fileOption
$version
public
string
$version
$force
public
bool
$force
$url
public
string
$url
$signature
public
string
$signature
$phpversion
public
string
$phpversion
$release
public
string
$release
$size
public
int
$size
$data
Data array
protected
array
$data
$cache
Cache object
protected
cache
$cache
$events
Event list
protected
events
$events
$config
Config object
protected
config
$config
$language
Sprachobjekt
protected
language
$language
$session
Session objekt
protected
session
$session
$notifications
Notifications
protected
notifications
$notifications
$permissions
Permissions
protected
permissions
$permissions
$cacheName
Cache name
protected
string
$cacheName
= false
$cacheModule
Cache Modul
protected
string
$cacheModule
= ''
Methods
updateAvailable()
Prüft ob Updates verfügbar sind
public
updateAvailable(
)
: bool
Return values
boolcheckManual()
Manueller Update-Check durchführen
public
checkManual(
)
: bool
Return values
boolgetManualCheckAddress()
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
stringinit()
Initialize class data
public
init(
)
: bool
Return values
boolfilesListExists()
Check if data/config/files.txt path exists
public
final filesListExists(
)
: bool
Tags
Return values
bool__construct()
Konstruktor
public
__construct(
)
: void
getCacheName()
Cache-Name zurückgeben
public
getCacheName(
[ $addName :
string
= '' ]
)
: string
Parameters
- $addName : string = ''