См. определение в файле postfiles.php строка 19
◆ __construct()
__construct |
( |
| $inputName, |
|
|
HttpRequest | $request = null ) |
PostFiles constructor.
- Аргументы
-
string | $inputName | Input name. |
HttpRequest | null | $request | Request. |
См. определение в файле postfiles.php строка 46
◆ checkAbsolutePath()
static checkAbsolutePath |
( |
| $filePath | ) |
|
|
static |
◆ getDeleted()
◆ getExisted()
getExisted |
( |
array | $files = null | ) |
|
Get existed files.
- Аргументы
-
- Возвращает
- array
См. определение в файле postfiles.php строка 265
◆ getFiles()
getFiles |
( |
array | $savedFiles = [], |
|
|
array | $files = [] ) |
Get files.
- Аргументы
-
array | $savedFiles | Saved files. |
array | $files | Temporary files or files from media lib. |
- Возвращает
- array
См. определение в файле postfiles.php строка 64
◆ getFromContext()
static getFromContext |
( |
| $inputName, |
|
|
array | $savedFiles = array() ) |
|
static |
Get posted files from context.
- Аргументы
-
string | $inputName | Input name. |
array | $savedFiles | Saved files. |
- Возвращает
- array
См. определение в файле postfiles.php строка 34
◆ getMediaLib()
getMediaLib |
( |
array | $files = null | ) |
|
Get media lib files.
- Аргументы
-
- Возвращает
- array
См. определение в файле postfiles.php строка 158
◆ getPosted()
◆ saveFile()
static saveFile |
( |
array | $file | ) |
|
|
static |
Save file.
- Аргументы
-
- Возвращает
- int|null
См. определение в файле postfiles.php строка 303
◆ $inputName
◆ $request