См. определение в файле structure.php строка 16
◆ __construct()
◆ addFileList()
addFileList |
( |
array | $filesInfo, |
|
|
array | $files ) |
Adds files list to current context
- Аргументы
-
array | $filesInfo | |
array | $files | |
- Возвращает
- bool
См. определение в файле structure.php строка 285
◆ addSmallFile()
addSmallFile |
( |
| $info, |
|
|
| $content ) |
Saves smalls files on import.
- Аргументы
-
См. определение в файле structure.php строка 408
◆ clearContentAgent()
static clearContentAgent |
( |
| ) |
|
|
static |
Agent delete old temp export files
- Возвращает
- string
См. определение в файле structure.php строка 455
◆ getArchiveName()
Return export name archive
- Возвращает
- string
См. определение в файле structure.php строка 444
◆ getConfigurationFileList()
getConfigurationFileList |
( |
| ) |
|
All files in current context
- Возвращает
- array|null
См. определение в файле structure.php строка 141
◆ getFileList()
All files in current context
- Возвращает
- array|null
См. определение в файле structure.php строка 162
◆ getFolder()
Create and/or return absolute path to temp folder
- Возвращает
- string|boolean
См. определение в файле structure.php строка 48
◆ getUnpackFile()
Get file from Disk work folder with external files
- Аргументы
-
- Возвращает
- bool|mixed
См. определение в файле structure.php строка 398
◆ listSmallFile()
◆ saveContent()
saveContent |
( |
| $type, |
|
|
| $code, |
|
|
| $content ) |
Save content to temp folder
- Аргументы
-
$type | string |
$code | string |
$content | array|string |
- Возвращает
- boolean
См. определение в файле structure.php строка 81
◆ saveFile()
saveFile |
( |
| $id, |
|
|
| $additionalData = [] ) |
- Аргументы
-
$id | integer file id from b_file |
$additionalData | array any short data save with file |
- Возвращает
- boolean
См. определение в файле structure.php строка 152
◆ setArchiveName()
Set export archive name
- Аргументы
-
$name | string [a-zA-Z0-9_] new name archive |
- Возвращает
- bool result of set new name
См. определение в файле structure.php строка 428
◆ setUnpackFilesFromDisk()
setUnpackFilesFromDisk |
( |
| $folderId, |
|
|
| $storageParams ) |
Set Disk work folder with external files
- Аргументы
-
- Возвращает
- bool
См. определение в файле structure.php строка 307
◆ unpack()
Unzip the archive to a temporary folder
- Аргументы
-
$fileInfo | array === $_FILES |
- Возвращает
- boolean
См. определение в файле structure.php строка 173
◆ unpackSmallFiles()
unpackSmallFiles |
( |
| $content | ) |
|
◆ CODE_CONFIGURATION_FILES_LIST
const CODE_CONFIGURATION_FILES_LIST = 'CONFIGURATION_FILES_LIST' |
◆ CODE_CUSTOM_FILE
const CODE_CUSTOM_FILE = 'CUSTOM_FILE_' |
◆ CODE_FILES_LIST
const CODE_FILES_LIST = 'FILES_LIST' |
◆ CODE_FILES_SMALL_LIST
const CODE_FILES_SMALL_LIST = 'FILES_SMALL_LIST' |
◆ CODE_UNPACK_FILE_PREFIX
const CODE_UNPACK_FILE_PREFIX = 'UNPACK_FILE_' |