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

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

 __construct ($params=array())
 
 show ($values=array(), $getDataFromRequest=false)
 

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

static createInstance ($params=array(), $hashIsID=true)
 
static prepareFile ($file)
 

Открытые атрибуты

const UPLOAD_IMAGES = 'I'
 
const UPLOAD_EXTENTION_LIST = 'F'
 
const UPLOAD_ANY_FILES = 'A'
 

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

static $templatePatterns
 

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

 $elementSetts
 
 $uploadSetts
 
 $id = "bx_iblockfileprop"
 
 $files = array()
 
 $templates = array()
 

Статические защищенные данные

static $instance = null
 

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

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

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

◆ __construct()

__construct ( $params = array())
Аргументы
array$params

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

Методы

◆ createInstance()

static createInstance ( $params = array(),
$hashIsID = true )
static
Аргументы
array$params
bool$hashIsID
Возвращает
FileInput

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

◆ prepareFile()

static prepareFile ( $file)
static

Prepares file array for saving. It is important to use if BX_TEMPORARY_FILES_DIRECTORY is defined.

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

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

◆ show()

show ( $values = array(),
$getDataFromRequest = false )
Аргументы
array$values
Возвращает
string

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

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

◆ $elementSetts

$elementSetts
protected
Инициализатор
= array(
"name" => "FILE[n#IND#]",
"description" => true,
"delete" => true,
"edit" => true,
"thumbSize" => 640
)

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

◆ $files

$files = array()
protected

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

◆ $id

$id = "bx_iblockfileprop"
protected

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

◆ $instance

$instance = null
staticprotected

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

◆ $templatePatterns

$templatePatterns
static

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

◆ $templates

$templates = array()
protected

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

◆ $uploadSetts

$uploadSetts
protected
Инициализатор
= array(
"upload" => false,
"uploadType" => "path",
"medialib" => false,
"fileDialog" => false,
"cloud" => false,
"maxCount" => 0,
"maxSize" => 0
)

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

◆ UPLOAD_ANY_FILES

const UPLOAD_ANY_FILES = 'A'

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

◆ UPLOAD_EXTENTION_LIST

const UPLOAD_EXTENTION_LIST = 'F'

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

◆ UPLOAD_IMAGES

const UPLOAD_IMAGES = 'I'

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