step
extends staticModel
in package
implements
JsonSerializable
System updater controller
Tags
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
$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
$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