См. определение в файле 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()
Function returns file name formatted by the template.
- Аргументы
-
\Bitrix\Iblock\InheritedProperty\BaseTemplate | $ipropTemplates | Templates to lookup. |
string | $templateName | Name of the template to choose from $ipropTemplates. |
array | $fields | Array contains fields for processing the template. |
array | $file | Array 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 | $modifiers | Modifiers 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 | $template | Template string. For example: "{=this.name}/lt-". |
- Возвращает
- array
См. определение в файле helper.php строка 23