EntityEditorConfiguration
Table of Contents
Methods
-
__construct()
: mixed
-
canEditOtherSettings()
: bool
-
forceCommonScopeForAll()
: mixed
-
get()
: mixed
-
getScope()
: mixed
-
prepareOptionsName()
: string
-
reset()
: mixed
-
set()
: mixed
-
setScope()
: mixed
__construct()
public
__construct([string $categoryName = null ][, int|null $userId = null ]) : mixed
Parameters
-
$categoryName
: string
= null
-
-
$userId
: int|null
= null
-
canEditOtherSettings()
public
static canEditOtherSettings() : bool
forceCommonScopeForAll()
public
forceCommonScopeForAll(mixed $configID) : mixed
Parameters
-
$configID
: mixed
-
get()
public
get(mixed $configID, mixed $scope) : mixed
Parameters
-
$configID
: mixed
-
-
$scope
: mixed
-
getScope()
public
getScope(mixed $configID) : mixed
Parameters
-
$configID
: mixed
-
prepareOptionsName()
public
static prepareOptionsName(string $configID, string $scope[, int $userScopeId = 0 ]) : string
Parameters
-
$configID
: string
-
-
$scope
: string
-
-
$userScopeId
: int
= 0
-
reset()
public
reset(mixed $configID, array<string|int, mixed> $params) : mixed
Parameters
-
$configID
: mixed
-
-
$params
: array<string|int, mixed>
-
set()
public
set(mixed $configID, array<string|int, mixed> $config, array<string|int, mixed> $params) : mixed
Parameters
-
$configID
: mixed
-
-
$config
: array<string|int, mixed>
-
-
$params
: array<string|int, mixed>
-
setScope()
public
setScope(mixed $configID, mixed $scope) : mixed
Parameters
-
$configID
: mixed
-
-
$scope
: mixed
-