ApiService
class ApiService extends ApiService
Properties
| SystemTasksController | $mod | from ApiService | |
| 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 bool | $isInternal | from Service |
Methods
Checks if a callback is defined on the Method and calls it.
Get Hook identifier consists of instance_id puncto separator and hook name Ex. instance_id.name
Return Hook information (ID, InstanceID, Name, Hook Type, Object Type, ...)
Returns the callback of a method if it is defined.
Sync task and column changes -- more added later
Details
in
Service at line 127
mixed
__call(string $name, array $arguments = [])
Checks if a callback is defined on the Method and calls it.
in
ApiService at line 339
array
createColumn(array $columns)
Create columns for list
in
Service at line 238
static protected Method
createMethod(string $methodName)
Create new service method
in
ApiService at line 292
array
createTask(array $taskCreateList)
Create tasks via API
in
BaseHook at line 76
string
getHookDescription()
No description
in
BaseHook at line 55
string
getHookIdentifier()
Get Hook identifier consists of instance_id puncto separator and hook name Ex. instance_id.name
in
BaseHook at line 45
array
getHookInfoValue(bool $key = false)
Return Hook information (ID, InstanceID, Name, Hook Type, Object Type, ...)
in
BaseHook at line 69
string
getHookInstance()
No description
in
BaseHook at line 62
string
getHookName()
No description
in
BaseHook at line 83
string
getHookTitle()
No description
in
Service at line 222
string
getJsonRpcResponse(array|object $data, int $requestId = null)
No description
in
Service at line 154
Method|null
getMethod(string $name)
Get Service Method
in
Service at line 143
callable|null
getMethodCallback(string $name)
Returns the callback of a method if it is defined.
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
in
Service at line 182
get_service_description()
Returns the registered webservice methods.
in
Service at line 167
init()
Initialization after construction with access to $this->mod
in
Service at line 213
bool
isAvailable()
Returns true if this hook is available otherwise false.
in
Service at line 245
bool
isInternal()
No description
in
ApiService at line 42
array
setupMethods()
No description
in
ApiService at line 402
array
syncChanged(array $changedList)
Sync task and column changes -- more added later