AttributesProvider
Table of Contents
Methods
-
__construct()
: mixed
-
getEntityAttributes()
: array<string|int, mixed>
-
getEntityListAttributes()
: array<string|int, mixed>
-
getUserAttributes()
: array<string|int, mixed>
-
getUserAttributesCodes()
: array<string|int, mixed>
-
getUserId()
: int
__construct()
public
__construct(int $userId) : mixed
Parameters
-
$userId
: int
-
getEntityAttributes()
public
getEntityAttributes() : array<string|int, mixed>
Return values
array<string|int, mixed>
getEntityListAttributes()
public
getEntityListAttributes(string $permissionEntityType, string $operation) : array<string|int, mixed>
Parameters
-
$permissionEntityType
: string
-
-
$operation
: string
-
Return values
array<string|int, mixed>
getUserAttributes()
public
getUserAttributes() : array<string|int, mixed>
Return values
array<string|int, mixed>
getUserAttributesCodes()
public
getUserAttributesCodes() : array<string|int, mixed>
Return values
array<string|int, mixed>
getUserId()
public
getUserId() : int