Bitrix API

FileRemoved

Table of Contents

Methods

__construct()  : mixed
File constructor.
getHash()  : string
getId()  : string
getName()  : string
hasError()  : mixed
isUploaded()  : mixed
toArray()  : array<string|int, mixed>
Returns file whole data.

Methods

__construct()

File constructor.

public __construct(Package $package, array<string|int, mixed> $file) : mixed
Parameters
$package : Package

Package for file.

$file : array<string|int, mixed>

File array.

getHash()

public getHash() : string
Return values
string

getId()

public getId() : string
Return values
string

getName()

public getName() : string
Return values
string

toArray()

Returns file whole data.

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

        
On this page

Search results