abstract class ConfigUser extends BaseHook implements ConfigUserInterface

Class ConfigUser

Properties

Core $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
bool deprecated $admin_context

If hook is used in useradmin this var is set to true

protected string $title

Title of the tab

protected string $icon_class

Icon Class

protected int $user_id

User ID

protected int $tab_id

Tab ID

Methods

mixed
get(string $var)

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
string
get_html() deprecated

Return Content for Settings Tab

bool
hidden() deprecated

Is Tab hidden?

bool
isAdminContext()

Is tab called from administration?

bool
isAvailable()

Should tab be loaded and shown?

string|null
save_data() deprecated

Can be used for saving/processing data, will be called before get_html()

set(string $var, mixed $val)

No description

Details

at line 88
final mixed get(string $var)

No description

Parameters

string $var

variable name

Return Value

mixed

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

at line 111
string get_html() deprecated

deprecated Use render()

Return Content for Settings Tab

Return Value

string

at line 120
bool hidden() deprecated

deprecated Please implement BaseHook::isAvailable()

Is Tab hidden?

Return Value

bool

at line 55
bool isAdminContext()

Is tab called from administration?

Return Value

bool

at line 64
bool isAvailable()

Should tab be loaded and shown?

Return Value

bool

at line 101
final string|null save_data() deprecated

deprecated Use process()

Can be used for saving/processing data, will be called before get_html()

Return Value

string|null

Message

at line 77
final set(string $var, mixed $val)

No description

Parameters

string $var

variable name

mixed $val

value