Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс PostFiles

Открытые члены

 __construct ($inputName, HttpRequest $request=null)
 
 getFiles (array $savedFiles=[], array $files=[])
 
 getMediaLib (array $files=null)
 
 getExisted (array $files=null)
 

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

static getFromContext ($inputName, array $savedFiles=array())
 
static checkAbsolutePath ($filePath)
 
static saveFile (array $file)
 

Защищенные члены

 getDeleted ()
 
 getPosted ()
 

Защищенные данные

 $request
 
 $inputName
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( $inputName,
HttpRequest $request = null )

PostFiles constructor.

Аргументы
string$inputNameInput name.
HttpRequest | null$requestRequest.

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

Методы

◆ checkAbsolutePath()

static checkAbsolutePath ( $filePath)
static
Аргументы
$filePath
Возвращает
array|null

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

◆ getDeleted()

getDeleted ( )
protected

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

◆ getExisted()

getExisted ( array $files = null)

Get existed files.

Аргументы
array | null$filesFiles.
Возвращает
array

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

◆ getFiles()

getFiles ( array $savedFiles = [],
array $files = [] )

Get files.

Аргументы
array$savedFilesSaved files.
array$filesTemporary files or files from media lib.
Возвращает
array

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

◆ getFromContext()

static getFromContext ( $inputName,
array $savedFiles = array() )
static

Get posted files from context.

Аргументы
string$inputNameInput name.
array$savedFilesSaved files.
Возвращает
array

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

◆ getMediaLib()

getMediaLib ( array $files = null)

Get media lib files.

Аргументы
array | null$filesFiles.
Возвращает
array

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

◆ getPosted()

getPosted ( )
protected

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

◆ saveFile()

static saveFile ( array $file)
static

Save file.

Аргументы
array$fileFile data.
Возвращает
int|null

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

Данные класса

◆ $inputName

$inputName
protected

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

◆ $request

$request
protected

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