См. определение в файле dictionary.php строка 9
◆ __construct()
- Аргументы
-
integer | $iblockId | Information block identifier. |
См. определение в файле dictionary.php строка 18
◆ create()
Creates new dictionary for information block. You have to be sure that dictionary does not exists.
- Возвращает
- void
См. определение в файле dictionary.php строка 79
◆ drop()
Deletes existing dictionary in the database. You have to check that dictionary exists before calling this method.
- Возвращает
- void
См. определение в файле dictionary.php строка 107
◆ getIblockId()
Returns information block identifier.
- Возвращает
- integer
См. определение в файле dictionary.php строка 28
◆ getStringById()
getStringById |
( |
| $valueId | ) |
|
Returns string by its identifier in the dictionary.
- Аргументы
-
integer | $valueId | Value identifier for dictionary lookup. |
- Возвращает
- string
См. определение в файле dictionary.php строка 160
◆ getStringByIds()
getStringByIds |
( |
| $valueIDs | ) |
|
Returns array of string by its identifier in the dictionary.
- Аргументы
-
array | $valueIDs | Value identifier for dictionary lookup. |
- Возвращает
- array
См. определение в файле dictionary.php строка 178
◆ getStringId()
getStringId |
( |
| $value, |
|
|
| $addWhenNotFound = true ) |
Returns unique number presentation of the string.
- Аргументы
-
string | $value | Value for dictionary lookup. |
boolean | $addWhenNotFound | Add new value to the dictionary if none found. |
- Возвращает
- int
См. определение в файле dictionary.php строка 125
◆ getTableName()
Internal method to get database table name for storing values.
- Возвращает
- string
См. определение в файле dictionary.php строка 38
◆ isExists()
Checks if dictionary exists in the database. Returns true on success.
- Возвращает
- boolean
См. определение в файле dictionary.php строка 49
◆ validateValue()
Returns validators for VALUE field. This is an internal method for eAccelerator compatibility.
- Возвращает
- array[]\Bitrix\Main\Entity\Validator\Base
См. определение в файле dictionary.php строка 66
◆ $cache
◆ $exists
◆ $iblockId