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

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

static splitTemplate ($template)
 
static splitModifiers ($modifiers)
 
static convertArrayToModifiers (array $template)
 
static convertModifiersToArray (array $template=null)
 
static makeFileName (\Bitrix\Iblock\InheritedProperty\BaseTemplate $ipropTemplates, string $templateName, array $fields, array $file)
 

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

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

Методы

◆ convertArrayToModifiers()

static convertArrayToModifiers ( array $template)
static

Returns TEMPLATE with modifiers encoded and concatenated.

Аргументы
array[string]string$template Template information as it comes from DB.
Возвращает
string

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

◆ convertModifiersToArray()

static convertModifiersToArray ( array $template = null)
static

Returns $template with additional information. TEMPLATE field without modifiers and each modifier as distinct field.

Аргументы
array[string]string$template Template information as it comes from DB.
Возвращает
array[string]string

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

◆ makeFileName()

static makeFileName ( \Bitrix\Iblock\InheritedProperty\BaseTemplate $ipropTemplates,
string $templateName,
array $fields,
array $file )
static

Function returns file name formatted by the template.

Аргументы
\Bitrix\Iblock\InheritedProperty\BaseTemplate$ipropTemplatesTemplates to lookup.
string$templateNameName of the template to choose from $ipropTemplates.
array$fieldsArray contains fields for processing the template.
array$fileArray contains information about file in format of $_FILES.
Возвращает
string

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

◆ splitModifiers()

static splitModifiers ( $modifiers)
static

Returns array of modifiers if any found.

Аргументы
string$modifiersModifiers string. for example: "lt-".
Возвращает
array

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

◆ splitTemplate()

static splitTemplate ( $template)
static

Returns array with two elements. First with template and second with optional modifiers.

Аргументы
string$templateTemplate string. For example: "{=this.name}/lt-".
Возвращает
array

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