Table of Contents
Methods
-
__construct()
: mixed
-
deleteByTask()
: void
-
set()
: void
__construct()
public
__construct(int $userId, int $taskId) : mixed
Parameters
-
$userId
: int
-
-
$taskId
: int
-
deleteByTask()
public
deleteByTask() : void
-
throws
-
ArgumentException
-
throws
-
SqlQueryException
-
throws
-
SystemException
set()
public
set(array<string|int, mixed> $data[, array<string|int, mixed> $changes = [] ]) : void
Parameters
-
$data
: array<string|int, mixed>
-
-
$changes
: array<string|int, mixed>
= []
-
-
throws
-
TaskNotFoundException
-
throws
-
ArgumentException
-
throws
-
SqlQueryException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException