Application
Table of Contents
Methods
-
getRights()
: mixed
-
install()
: array<string|int, mixed>
-
reinstall()
: array<string|int, mixed>
-
setContextUserId()
: void
-
setRights()
: array<string|int, mixed>
-
uninstall()
: array<string|int, mixed>
getRights()
public
static getRights(mixed $appId) : mixed
Parameters
-
$appId
: mixed
-
install()
public
static install(mixed $code[, mixed $version = false ][, mixed $checkHash = false ][, mixed $installHash = false ][, mixed $from = null ]) : array<string|int, mixed>
Parameters
-
$code
: mixed
-
-
$version
: mixed
= false
-
-
$checkHash
: mixed
= false
-
-
$installHash
: mixed
= false
-
-
$from
: mixed
= null
-
Return values
array<string|int, mixed>
reinstall()
public
static reinstall(mixed $id) : array<string|int, mixed>
Parameters
-
$id
: mixed
-
Return values
array<string|int, mixed>
setContextUserId()
public
static setContextUserId(int $id) : void
Parameters
-
$id
: int
-
setRights()
public
static setRights(mixed $appId, mixed $rights) : array<string|int, mixed>
Parameters
-
$appId
: mixed
-
-
$rights
: mixed
-
Return values
array<string|int, mixed>
uninstall()
public
static uninstall(mixed $code[, bool $clean = false ][, mixed $from = null ]) : array<string|int, mixed>
Parameters
-
$code
: mixed
-
-
$clean
: bool
= false
-
-
$from
: mixed
= null
-
Return values
array<string|int, mixed>