class TaskManagementNavigation extends NavigationHook

Properties

Controller $mod

Instance providing the hook

from  BaseHook
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

Methods

array
getAdditionalUrlParams()

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
string
getIconClass()

No description

array
getNavigationEntry()

No description

getObject()

No description

from  BaseHook
mixed
getOption(string $key)

Returns the option with $key set in the config.yml

from  BaseHook
array
getUrlParams()

No description

bool
isAvailable()

Dynamic check for each derived hook, checking, whether the page (or the primary link) is available at all.

Details

in NavigationHook at line 53
protected array getAdditionalUrlParams()

No description

Return Value

array

in NavigationHook at line 17
protected I18nTokenHelper getDescriptionI18n()

No description

Return Value

I18nTokenHelper

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

at line 10
protected string getIconClass()

No description

Return Value

string

in NavigationHook at line 24
final array getNavigationEntry()

No description

Return Value

array

in BaseHook at line 88
getObject()

No description

in BaseHook at line 97
mixed getOption(string $key)

Returns the option with $key set in the config.yml

Parameters

string $key

Return Value

mixed

in NavigationHook at line 13
protected I18nTokenHelper getTitleI18n()

No description

Return Value

I18nTokenHelper

at line 14
protected array getUrlParams()

No description

Return Value

array

in NavigationHook at line 62
bool isAvailable()

Dynamic check for each derived hook, checking, whether the page (or the primary link) is available at all.

Return Value

bool