Tunnel
Table of Contents
Methods
-
add()
: Result
-
canUserEditTunnel()
: bool
-
getScheme()
: array<string|int, mixed>
-
remove()
: Result
-
update()
: Result
add()
public
static add(mixed $userId, mixed $srcCategory, mixed $srcStage, mixed $dstCategory, mixed $dstStage) : Result
Parameters
-
$userId
: mixed
-
-
$srcCategory
: mixed
-
-
$srcStage
: mixed
-
-
$dstCategory
: mixed
-
-
$dstStage
: mixed
-
canUserEditTunnel()
public
static canUserEditTunnel(mixed $userId, mixed $categoryId) : bool
Parameters
-
$userId
: mixed
-
-
$categoryId
: mixed
-
getScheme()
public
static getScheme() : array<string|int, mixed>
Return values
array<string|int, mixed>
remove()
public
static remove(mixed $userId, array<string|int, mixed> $tunnel) : Result
Parameters
-
$userId
: mixed
-
-
$tunnel
: array<string|int, mixed>
-
update()
public
static update(mixed $userId, array<string|int, mixed> $tunnel) : Result
Parameters
-
$userId
: mixed
-
-
$tunnel
: array<string|int, mixed>
-