Table of Contents
Constants
-
PATH
= '/tasks'
Properties
-
$apiKey
: string|null
-
$http
: Http
Methods
-
__construct()
: mixed
-
all()
: array<string|int, mixed>
-
cancelTasks()
: Task
-
deleteTasks()
: Task
-
get()
: Task
-
show()
: array<string|int, mixed>|null
PATH
protected
mixed
PATH
= '/tasks'
$apiKey
protected
string|null
$apiKey
$http
protected
Http
$http
__construct()
public
__construct(Http $http[, string|null $apiKey = null ]) : mixed
Parameters
-
$http
: Http
-
-
$apiKey
: string|null
= null
-
all()
public
all([array<string|int, mixed> $query = [] ]) : array<string|int, mixed>
Parameters
-
$query
: array<string|int, mixed>
= []
-
Return values
array<string|int, mixed>
cancelTasks()
public
cancelTasks(CancelTasksQuery|null $options) : Task
Parameters
-
$options
: CancelTasksQuery|null
-
deleteTasks()
public
deleteTasks(DeleteTasksQuery|null $options) : Task
Parameters
-
$options
: DeleteTasksQuery|null
-
get()
public
get(int $taskUid) : Task
Parameters
-
$taskUid
: int
-
show()
public
show() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null