Bitrix API

DiskUploaderController extends UploaderController implements CustomLoad, CustomRemove

Table of Contents

Interfaces

CustomLoad
CustomRemove

Methods

__construct()  : mixed
canRemove()  : bool
canUpload()  : bool|CanUploadResult
canView()  : bool
getCommitOptions()  : CommitOptions
getConfiguration()  : Configuration
getFileInfo()  : array<string|int, mixed>
getModuleId()  : string
getName()  : string
getOption()  : mixed
getOptions()  : array<string|int, mixed>
isAvailable()  : bool
load()  : LoadResultCollection
onUploadComplete()  : void
onUploadError()  : void
onUploadStart()  : void
remove()  : RemoveResultCollection
shouldTreatImageAsFile()  : bool
verifyFileOwner()  : void

Methods

__construct()

public __construct(array<string|int, mixed> $options) : mixed
Parameters
$options : array<string|int, mixed>

getFileInfo()

public static getFileInfo(array<string|int, mixed> $ids) : array<string|int, mixed>
Parameters
$ids : array<string|int, mixed>
Return values
array<string|int, mixed>

getOption()

public final getOption(string $option[, mixed $defaultValue = null ]) : mixed
Parameters
$option : string
$defaultValue : mixed = null

getOptions()

public final getOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>

shouldTreatImageAsFile()

public static shouldTreatImageAsFile(array<string|int, mixed> $fileData) : bool
Parameters
$fileData : array<string|int, mixed>
Return values
bool

        
On this page

Search results