См. определение в файле manifest.php строка 9
◆ callEventInit()
static callEventInit |
( |
| $code, |
|
|
| $params = [] ) |
|
static |
◆ checkAccess()
static checkAccess |
( |
string | $type, |
|
|
| $manifestCode = '' ) |
|
static |
Check user access to action in manifest
- Аргументы
-
$type | string static::ACCESS_TYPE_IMPORT | static::ACCESS_TYPE_EXPORT |
$manifestCode | mixed |
- Возвращает
- array
См. определение в файле manifest.php строка 111
◆ get()
◆ getList()
◆ isEntityAvailable()
static isEntityAvailable |
( |
string | $entityCode, |
|
|
array | $option, |
|
|
| $uses = [] ) |
|
static |
check Event manifest[USES] intersect current entity[USES]
- Аргументы
-
string | $entityCode | |
array | $option | all event parameters |
array | $uses | all access uses in current entity |
- Возвращает
- bool
См. определение в файле manifest.php строка 156
◆ isRestImportAvailable()
static isRestImportAvailable |
( |
string | $entityCode | ) |
|
|
static |
◆ ACCESS_TYPE_EXPORT
const ACCESS_TYPE_EXPORT = 'export' |
◆ ACCESS_TYPE_IMPORT
const ACCESS_TYPE_IMPORT = 'import' |
◆ ON_REST_APP_CONFIGURATION_GET_MANIFEST
const ON_REST_APP_CONFIGURATION_GET_MANIFEST = 'OnRestApplicationConfigurationGetManifest' |
◆ ON_REST_APP_CONFIGURATION_GET_MANIFEST_SETTING
const ON_REST_APP_CONFIGURATION_GET_MANIFEST_SETTING = 'OnRestApplicationConfigurationGetManifestSetting' |
◆ PROPERTY_REST_IMPORT_AVAILABLE
const PROPERTY_REST_IMPORT_AVAILABLE = 'REST_IMPORT_AVAILABLE' |