ImageInput
Table of Contents
Constants
-
FILE_ID_SALT
= 'catalog.image.input.file.id'
Methods
-
__construct()
: mixed
-
disableAutoSaving()
: self
-
getComponentResponse()
: Component|null
-
getFormattedField()
: array<string|int, mixed>
-
isEmpty()
: bool
-
setInputName()
: mixed
FILE_ID_SALT
public
mixed
FILE_ID_SALT
= 'catalog.image.input.file.id'
__construct()
public
__construct([BaseIblockElementEntity $entity = null ]) : mixed
Parameters
-
$entity
: BaseIblockElementEntity
= null
-
disableAutoSaving()
public
disableAutoSaving() : self
getComponentResponse()
public
getComponentResponse() : Component|null
public
getFormattedField() : array<string|int, mixed>
Return values
array<string|int, mixed>
isEmpty()
public
isEmpty() : bool
public
setInputName(mixed $name) : mixed
Parameters
-
$name
: mixed
-