RoleRelationService
Table of Contents
Methods
-
__construct()
: mixed
-
getRelationList()
: array<string|int, mixed>|null
-
saveRoleRelation()
: void
-
validateRoleId()
: bool
__construct()
public
__construct() : mixed
getRelationList()
public
getRelationList([array<string|int, mixed> $parameters = [] ]) : array<string|int, mixed>|null
Parameters
-
$parameters
: array<string|int, mixed>
= []
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
Return values
array<string|int, mixed>|null
saveRoleRelation()
public
saveRoleRelation(array<string|int, mixed> $settings) : void
Parameters
-
$settings
: array<string|int, mixed>
-
-
inheritDoc
-
-
throws
-
RoleRelationSaveException
validateRoleId()
public
validateRoleId(int $roleId) : bool
Parameters
-
$roleId
: int
-