См. определение в файле helper.php строка 13
◆ checkAccessManifest()
static checkAccessManifest |
( |
| $params, |
|
|
| $uses = [] ) |
|
static |
check Event manifest[USES] intersect current entity[USES]
- Аргументы
-
array | $params | all event parameters |
array | $uses | all access uses in current entity |
- Возвращает
- bool
См. определение в файле helper.php строка 324
◆ deleteBasicApp()
deleteBasicApp |
( |
| $manifestCode | ) |
|
- Аргументы
-
- Возвращает
- boolean
См. определение в файле helper.php строка 272
◆ enabledZipMod()
Enable or not main option zip_mode nginx
- Возвращает
- bool
См. определение в файле helper.php строка 63
◆ getBasicApp()
getBasicApp |
( |
| $manifestCode | ) |
|
- Аргументы
-
- Возвращает
- boolean|string
См. определение в файле helper.php строка 219
◆ getBasicAppList()
- Возвращает
- array [ manifestCode => appCode ]
См. определение в файле helper.php строка 234
◆ getContextAction()
getContextAction |
( |
| $appId = 0 | ) |
|
Context uses action
- Аргументы
-
- Возвращает
- string context
См. определение в файле helper.php строка 123
◆ getContextUser()
getContextUser |
( |
| $postfix | ) |
|
- Аргументы
-
$postfix | string a-zA-Z0-9_ |
- Возвращает
- string
См. определение в файле helper.php строка 98
◆ getInstance()
- Возвращает
- Helper
См. определение в файле helper.php строка 49
◆ getMaxFileSize()
- Возвращает
- integer
См. определение в файле helper.php строка 78
◆ getStorageBackup()
◆ getStorageBackupParam()
getStorageBackupParam |
( |
| ) |
|
◆ isBasicManifest()
- Аргументы
-
- Возвращает
- boolean
См. определение в файле helper.php строка 209
◆ sanitize()
sanitize |
( |
| $value, |
|
|
& | $bad = false, |
|
|
| $splitter = ' ' ) |
Sanitize bad value.
- Аргументы
-
string | $value | Bad value. |
bool | &$bad | Return true, if value is bad. |
string | $splitter | Splitter for bad content. |
- Возвращает
- string Good value.
См. определение в файле helper.php строка 142
◆ sendStatistic()
◆ sendStatisticAgent()
static sendStatisticAgent |
( |
| ) |
|
|
static |
Every day send statistic basic configuration app
- Возвращает
- string
См. определение в файле helper.php строка 308
◆ setBasicApp()
setBasicApp |
( |
| $manifestCode, |
|
|
| $appCode ) |
- Аргументы
-
$manifestCode | string |
$appCode | string |
- Возвращает
- boolean
См. определение в файле helper.php строка 254
◆ $appConfigurationFolderBackup
$appConfigurationFolderBackup = 'appConfiguration' |
|
protected |
◆ $basicManifest
◆ $defaultMaxSizeImport
$defaultMaxSizeImport = 250 |
|
protected |
◆ $optionBasicAppList
$optionBasicAppList = 'uses_basic_app_list' |
|
protected |
◆ $optionEnableZipMod
$optionEnableZipMod = 'enable_mod_zip' |
|
protected |
◆ $optionMaxImportFileSize
$optionMaxImportFileSize = 'import_max_size' |
|
protected |
◆ $prefixAppContext
$prefixAppContext = 'app' |
|
protected |
◆ $prefixStatisticBasic
$prefixStatisticBasic = 'DEFAULT_' |
|
protected |
◆ $prefixUserContext
$prefixUserContext = 'configuration' |
|
protected |
◆ CONFIGURATION_FILE_EXTENSION
const CONFIGURATION_FILE_EXTENSION = '.json' |
◆ DEFAULT_ARCHIVE_FILE_EXTENSIONS
const DEFAULT_ARCHIVE_FILE_EXTENSIONS = 'zip' |
◆ DEFAULT_ARCHIVE_NAME
const DEFAULT_ARCHIVE_NAME = 'configuration' |
◆ MODE_EXPORT
const MODE_EXPORT = 'EXPORT' |
◆ MODE_IMPORT
const MODE_IMPORT = 'IMPORT' |
◆ MODE_ROLLBACK
const MODE_ROLLBACK = 'ROLLBACK' |
◆ STRUCTURE_FILES_NAME
const STRUCTURE_FILES_NAME = 'files' |
◆ STRUCTURE_SMALL_FILES_NAME
const STRUCTURE_SMALL_FILES_NAME = 'small_files' |
◆ TYPE_SECTION_TOTAL
const TYPE_SECTION_TOTAL = 'total' |