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