abstract class BaseHook

Class BaseHook

Properties

Controller $mod

Instance providing the hook

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" => ""

Methods

string
getHookDescription()

No description

string
getHookIdentifier()

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

array
getHookInfoValue(bool $key = false)

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

string
getHookInstance()

No description

string
getHookName()

No description

string
getHookTitle()

No description

getObject()

No description

bool
isAvailable()

Returns true if this hook is available otherwise false.

Details

at line 76
string getHookDescription()

No description

Return Value

string

at line 55
string getHookIdentifier()

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

Return Value

string

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

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

Parameters

bool $key

Return Value

array

at line 69
string getHookInstance()

No description

Return Value

string

at line 62
string getHookName()

No description

Return Value

string

at line 83
string getHookTitle()

No description

Return Value

string

at line 88
getObject()

No description

at line 97
abstract bool isAvailable()

Returns true if this hook is available otherwise false.

Return Value

bool