Documentation

check extends staticModel
in package

System check runner Objekt

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2011-2026, Stefan Seehafer

license

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

since
5.3.0-rc3

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

$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

$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
Return values
string

Search results