1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Класс CCloudStorage

Открытые статические члены

static _init ()
static GetServiceByID ($ID)
static GetServiceList ()
static GetServiceLocationList ($ID)
static GetServiceDescription ($ID)
static FindBucketForFile ($arFile, $strFileName)
static GetImageSize ($path)
static OnBeforeResizeImage ($arFile, $arResizeParams, &$callbackData, &$bNeedResize, &$sourceImageFile, &$cacheImageFileTmp)
static ResizeImageFileGet ($destinationFile)
static ResizeImageFileAdd (&$arDestinationSize, $sourceFile, $destinationFile, $arResizeParams, $errorCode=0)
static ResizeImageFileDelay (&$arDestinationSize, $sourceFile, $destinationFile, $arResizeParams)
static ResizeImageFileCheck ($obBucket, $path)
static OnMakeFileArray ($arSourceFile, &$arDestination)
static OnFileDelete ($arFile)
static DeleteDirFilesEx ($path)
static OnFileCopy (&$arFile, $newPath='')
static OnGetFileSRC ($arFile)
static MoveFile ($arFile, $obTargetBucket)
static OnFileSave (&$arFile, $strFileName, $strSavePath, $bForceMD5=false, $bSkipExt=false, $dirAdd='')
static OnAfterFileSave ($arFile)
static OnAfterFileDeleteDuplicate ($original, $duplicate)
static CleanUp ()
static FindBucketByFile ($file_name)
static FindFileURIByURN ($urn, $log_descr='')
static OnBuildGlobalMenu (&$aGlobalMenu, &$aModuleMenu)
static OnAdminListDisplay (&$obList)
static HasActiveBuckets ()
static OnBeforeProlog ()
static GetAuditTypes ()
static translit ($file_name, $safe_chars='')
static FixFileContentType (&$arFile)

Поля данных

const FILE_SKIPPED = 0
const FILE_MOVED = 1
const FILE_PARTLY_UPLOADED = 2
const FILE_UPLOAD_ERROR = 3

Статические открытые данные

static $part_size = 0
static $part_count = 0
static $file_skip_reason = ''

Защищенные статические члены

static _delete_file ($file)

Подробное описание

См. определение в файле storage.php строка 4

Методы

◆ _delete_file()

_delete_file ( $file)
staticprotected

См. определение в файле storage.php строка 1071

◆ _init()

_init ( )
static
Возвращает
void

См. определение в файле storage.php строка 22

◆ CleanUp()

CleanUp ( )
static

См. определение в файле storage.php строка 1597

◆ DeleteDirFilesEx()

DeleteDirFilesEx ( $path)
static

См. определение в файле storage.php строка 946

◆ FindBucketByFile()

FindBucketByFile ( $file_name)
static

См. определение в файле storage.php строка 1650

◆ FindBucketForFile()

FindBucketForFile ( $arFile,
$strFileName )
static
Аргументы
array[string]string $arFile
string$strFileName
Возвращает
CCloudStorageBucket

См. определение в файле storage.php строка 106

◆ FindFileURIByURN()

FindFileURIByURN ( $urn,
$log_descr = '' )
static

См. определение в файле storage.php строка 1670

◆ FixFileContentType()

FixFileContentType ( & $arFile)
static
Аргументы
array[string]string $arFile
Возвращает
void

См. определение в файле storage.php строка 1896

◆ GetAuditTypes()

GetAuditTypes ( )
static

См. определение в файле storage.php строка 1876

◆ GetImageSize()

GetImageSize ( $path)
static

См. определение в файле storage.php строка 211

◆ GetServiceByID()

GetServiceByID ( $ID)
static
Аргументы
string$ID
Возвращает
CCloudStorageService

См. определение в файле storage.php строка 44

◆ GetServiceDescription()

GetServiceDescription ( $ID)
static
Аргументы
string$ID
Возвращает
string

См. определение в файле storage.php строка 88

◆ GetServiceList()

GetServiceList ( )
static
Возвращает
array[string]CCloudStorageService

См. определение в файле storage.php строка 60

◆ GetServiceLocationList()

GetServiceLocationList ( $ID)
static
Аргументы
string$ID
Возвращает
array[string]string|false

См. определение в файле storage.php строка 70

◆ HasActiveBuckets()

HasActiveBuckets ( )
static

См. определение в файле storage.php строка 1801

◆ MoveFile()

MoveFile ( $arFile,
$obTargetBucket )
static

См. определение в файле storage.php строка 1084

◆ OnAdminListDisplay()

OnAdminListDisplay ( & $obList)
static

См. определение в файле storage.php строка 1743

◆ OnAfterFileDeleteDuplicate()

OnAfterFileDeleteDuplicate ( $original,
$duplicate )
static

См. определение в файле storage.php строка 1576

◆ OnAfterFileSave()

OnAfterFileSave ( $arFile)
static

См. определение в файле storage.php строка 1567

◆ OnBeforeProlog()

OnBeforeProlog ( )
static

См. определение в файле storage.php строка 1813

◆ OnBeforeResizeImage()

OnBeforeResizeImage ( $arFile,
$arResizeParams,
& $callbackData,
& $bNeedResize,
& $sourceImageFile,
& $cacheImageFileTmp )
static
Аргументы
array[string]string $arFile
array[string]string $arResizeParams
array[string]mixed $callbackData
bool$bNeedResize
array[string]string $sourceImageFile
array[string]string $cacheImageFileTmp
Возвращает
bool

См. определение в файле storage.php строка 241

◆ OnBuildGlobalMenu()

OnBuildGlobalMenu ( & $aGlobalMenu,
& $aModuleMenu )
static

См. определение в файле storage.php строка 1693

◆ OnFileCopy()

OnFileCopy ( & $arFile,
$newPath = '' )
static

См. определение в файле storage.php строка 974

◆ OnFileDelete()

OnFileDelete ( $arFile)
static

См. определение в файле storage.php строка 893

◆ OnFileSave()

OnFileSave ( & $arFile,
$strFileName,
$strSavePath,
$bForceMD5 = false,
$bSkipExt = false,
$dirAdd = '' )
static

См. определение в файле storage.php строка 1294

◆ OnGetFileSRC()

OnGetFileSRC ( $arFile)
static

См. определение в файле storage.php строка 1055

◆ OnMakeFileArray()

OnMakeFileArray ( $arSourceFile,
& $arDestination )
static

См. определение в файле storage.php строка 829

◆ ResizeImageFileAdd()

ResizeImageFileAdd ( & $arDestinationSize,
$sourceFile,
$destinationFile,
$arResizeParams,
$errorCode = 0 )
static

См. определение в файле storage.php строка 569

◆ ResizeImageFileCheck()

ResizeImageFileCheck ( $obBucket,
$path )
static
Аргументы
CCloudStorageBucket$obBucket
string$path
Возвращает
bool

См. определение в файле storage.php строка 691

◆ ResizeImageFileDelay()

ResizeImageFileDelay ( & $arDestinationSize,
$sourceFile,
$destinationFile,
$arResizeParams )
static

См. определение в файле storage.php строка 605

◆ ResizeImageFileGet()

ResizeImageFileGet ( $destinationFile)
static

См. определение в файле storage.php строка 551

◆ translit()

translit ( $file_name,
$safe_chars = '' )
static

См. определение в файле storage.php строка 1883

Поля

◆ $file_skip_reason

$file_skip_reason = ''
static

См. определение в файле storage.php строка 17

◆ $part_count

$part_count = 0
static

См. определение в файле storage.php строка 12

◆ $part_size

$part_size = 0
static

См. определение в файле storage.php строка 11

◆ FILE_MOVED

const FILE_MOVED = 1

См. определение в файле storage.php строка 7

◆ FILE_PARTLY_UPLOADED

const FILE_PARTLY_UPLOADED = 2

См. определение в файле storage.php строка 8

◆ FILE_SKIPPED

const FILE_SKIPPED = 0

См. определение в файле storage.php строка 6

◆ FILE_UPLOAD_ERROR

const FILE_UPLOAD_ERROR = 3

См. определение в файле storage.php строка 9


Объявления и описания членов класса находятся в файле: