Documentation

step extends staticModel
in package
implements JsonSerializable

System updater controller

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2025, Stefan Seehafer

license

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

Interfaces, Classes, Traits and Enums

JsonSerializable

Table of Contents

$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
$after  : string
Execution after step
$func  : string
called fucntion
$icon  : string
Step icon
$label  : string
Step label
$step  : string
Package manager step
$var  : string
step var
__construct()  : void
Konstruktor
getCacheName()  : string
Cache-Name zurückgeben
jsonSerialize()  : mixed

Properties

$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

$after

Execution after step

private string $after

$func

called fucntion

private string $func

$icon

Step icon

private string $icon

$label

Step label

private string $label

$step

Package manager step

private string $step

$var

step var

private string $var

Methods

__construct()

Konstruktor

public __construct(string $label, string $step, string $func, icon $icon[, string $var = '' ][, string $after = '' ]) : void
Parameters
$label : string
$step : string
$func : string
$icon : icon
$var : string = ''
$after : string = ''
Return values
void

getCacheName()

Cache-Name zurückgeben

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

jsonSerialize()

public jsonSerialize() : mixed
Return values
mixed

Search results