Documentation

system extends staticModel

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

$version

public string $version
New system version

$force

public bool $force
Force update to new version

$url

public string $url
URL for package

$signature

public string $signature
Package signature

$phpversion

public string $phpversion
Minimum required PHP version

$release

public string $release
Package release

$size

public int $size
Package size

$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
bool

checkManual()

Manueller Update-Check durchführen

public checkManual( ) : bool
Return values
bool

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

filesListExists()

Check if data/config/files.txt path exists

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

__construct()

Konstruktor

public __construct( ) : void

getCacheName()

Cache-Name zurückgeben

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

Search results