EntityEditorConfigScope
Table of Contents
Constants
-
COMMON
= 'C'
-
CUSTOM
= 'CUSTOM'
-
PERSONAL
= 'P'
-
UNDEFINED
= ''
Methods
-
getCaption()
: string
-
getCaptions()
: array<string|int, mixed>
-
isDefined()
: bool
COMMON
public
mixed
COMMON
= 'C'
CUSTOM
public
mixed
CUSTOM
= 'CUSTOM'
PERSONAL
public
mixed
PERSONAL
= 'P'
UNDEFINED
public
mixed
UNDEFINED
= ''
getCaption()
public
static getCaption(string $scope[, string $entityTypeId = '' ][, int|null $scopeId = null ][, string|null $moduleId = null ]) : string
Parameters
-
$scope
: string
-
-
$entityTypeId
: string
= ''
-
-
$scopeId
: int|null
= null
-
-
$moduleId
: string|null
= null
-
getCaptions()
public
static getCaptions([string $entityTypeId = '' ][, string|null $moduleId = null ]) : array<string|int, mixed>
Parameters
-
$entityTypeId
: string
= ''
-
-
$moduleId
: string|null
= null
-
Return values
array<string|int, mixed>
isDefined()
public
static isDefined(string $scope) : bool
Parameters
-
$scope
: string
-