class ClamavCheck extends Check

Properties

SystemStatusController $mod
array $_hook_info

Hook Information "id" => "4914" "instance_id" => "api_microsoft" "name" => "oauth_client" "hook" => "webservice.oauth_client" "type" => "object" "registry_name" => "oauth_client" "function_name" => "" "internal" => "no" "dep_mode" => "local" "active" => "yes" "title" => "Basic functions" "description" => "" "options" => ""

from  BaseHook
protected string $title from  Check
protected string $scope from  Check
protected string $icon from  Check
protected bool $skip_check from  Check

Methods

__construct()

No description

string
getHookDescription()

No description

from  BaseHook
string
getHookIdentifier()

Get Hook identifier consists of instance_id puncto separator and hook name Ex. instance_id.name

from  BaseHook
array
getHookInfoValue(bool $key = false)

Return Hook information (ID, InstanceID, Name, Hook Type, Object Type, ...)

from  BaseHook
string
getHookInstance()

No description

from  BaseHook
string
getHookName()

No description

from  BaseHook
string
getHookTitle()

No description

from  BaseHook
getObject()

No description

from  BaseHook
array
get_details()

Returns all relevant details for this check as title, scope and icon

from  Check
string
get_title()

No description

from  Check
bool
isAvailable()

Returns true if this hook is available otherwise false.

from  Check
run_check()

Run this Check and return Result

bool
skip_check()

Returns true if this check should be skipped

from  Check

Details

at line 13
__construct()

No description

in BaseHook at line 76
string getHookDescription()

No description

Return Value

string

in BaseHook at line 55
string getHookIdentifier()

Get Hook identifier consists of instance_id puncto separator and hook name Ex. instance_id.name

Return Value

string

in BaseHook at line 45
array getHookInfoValue(bool $key = false)

Return Hook information (ID, InstanceID, Name, Hook Type, Object Type, ...)

Parameters

bool $key

Return Value

array

in BaseHook at line 69
string getHookInstance()

No description

Return Value

string

in BaseHook at line 62
string getHookName()

No description

Return Value

string

in BaseHook at line 83
string getHookTitle()

No description

Return Value

string

in BaseHook at line 88
getObject()

No description

in Check at line 54
array get_details()

Returns all relevant details for this check as title, scope and icon

Return Value

array

in Check at line 38
string get_title()

No description

Return Value

string

in Check at line 77
bool isAvailable()

Returns true if this hook is available otherwise false.

Skipped checks are displayed by default for the administrators. You can return self::skip_check if you want to hide your check if it is skipped.

Return Value

bool

at line 19
Result run_check()

Run this Check and return Result

Return Value

Result

in Check at line 46
bool skip_check()

Returns true if this check should be skipped

Return Value

bool