FeaturePermRegistry
Table of Contents
Methods
-
get()
: bool
-
getInstance()
: static
-
load()
: $this
get()
public
get(int $entityId, string $feature, string $operation[, int $userId = 0 ][, string $entityType = SONET_ENTITY_GROUP ]) : bool
Parameters
-
$entityId
: int
-
-
$feature
: string
-
-
$operation
: string
-
-
$userId
: int
= 0
-
-
$entityType
: string
= SONET_ENTITY_GROUP
-
getInstance()
public
static getInstance() : static
load()
public
load(array<string|int, mixed> $entityIdList, string $feature, string $operation[, int $userId = 0 ][, string $entityType = SONET_ENTITY_GROUP ]) : $this
Parameters
-
$entityIdList
: array<string|int, mixed>
-
-
$feature
: string
-
-
$operation
: string
-
-
$userId
: int
= 0
-
-
$entityType
: string
= SONET_ENTITY_GROUP
-