check
extends staticModel
in package
System check runner Objekt
Tags
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
- $folders : array<string|int, mixed>
- Check folders result data
- $html : bool
- HTML output check
- $result : array<string|int, mixed>
- Check options result data
- __construct() : void
- Constructor
- getCacheName() : string
- Cache-Name zurückgeben
- getCheckFolders() : array<string|int, mixed>
- Check folders
- getFolderResult() : array<string|int, mixed>
- Return folders result
- getFullResult() : array<string|int, mixed>
- Return complete result
- getOptionsResult() : array<string|int, mixed>
- Return check result
- perform() : array<string|int, mixed>
- System-Check ausführen
- runCheck() : array<string|int, mixed>
- System-Check-Optionen ermitteln
- submitStats() : bool
- toBoolText() : string
- Convert bool value to bool text
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
$folders
Check folders result data
private
array<string|int, mixed>
$folders
= []
$html
HTML output check
private
bool
$html
= true
$result
Check options result data
private
array<string|int, mixed>
$result
= []
Methods
__construct()
Constructor
public
__construct([bool $html = true ]) : void
Parameters
- $html : bool = true
Return values
void —getCacheName()
Cache-Name zurückgeben
public
getCacheName([string $addName = '' ]) : string
Parameters
- $addName : string = ''
Return values
string —getCheckFolders()
Check folders
public
getCheckFolders() : array<string|int, mixed>
Return values
array<string|int, mixed> —getFolderResult()
Return folders result
public
getFolderResult() : array<string|int, mixed>
Return values
array<string|int, mixed> —getFullResult()
Return complete result
public
getFullResult() : array<string|int, mixed>
Return values
array<string|int, mixed> —getOptionsResult()
Return check result
public
getOptionsResult([array<string|int, mixed> $include = [] ]) : array<string|int, mixed>
Parameters
- $include : array<string|int, mixed> = []
Return values
array<string|int, mixed> —perform()
System-Check ausführen
public
perform() : array<string|int, mixed>
Return values
array<string|int, mixed> —runCheck()
System-Check-Optionen ermitteln
public
runCheck() : array<string|int, mixed>
Return values
array<string|int, mixed> —submitStats()
public
submitStats() : bool
Return values
bool —toBoolText()
Convert bool value to bool text
private
toBoolText(bool $val) : string
Parameters
- $val : bool