См. определение в файле options.php строка 12
◆ __construct()
__construct |
( |
| $gridId, |
|
|
array | $filterPresets = array() ) |
Options constructor.
- Аргументы
-
| $gridId | $arParams["GRID_ID"] |
array | $filterPresets | |
См. определение в файле options.php строка 24
◆ deleteView()
Deletes view settings by view id
- Аргументы
-
См. определение в файле options.php строка 174
◆ getCollapsedGroups()
Gets ids of collapsed groups
- Возвращает
- ?array
См. определение в файле options.php строка 149
◆ getCurrentOptions()
◆ getExpandedRows()
Gets ids of expanded rows
- Возвращает
- array|null
См. определение в файле options.php строка 129
◆ getId()
Gets grid id
- Возвращает
- string $arParams["GRID_ID"]
См. определение в файле options.php строка 43
◆ getSorting()
getSorting |
( |
| $default = array() | ) |
|
Gets current grid sorting
- Аргументы
-
array | $default | - Default value |
- Возвращает
- array
См. определение в файле options.php строка 216
◆ getStickedColumns()
Gets sticked columns
- Возвращает
- string[]|null
См. определение в файле options.php строка 303
◆ getUsedColumns()
getUsedColumns |
( |
| $defaultColumns = array() | ) |
|
Gets used columns
- Аргументы
-
- Возвращает
- array
См. определение в файле options.php строка 277
◆ getUser()
Gets $USER object
- Возвращает
- \CUser
См. определение в файле options.php строка 53
◆ getUserId()
Gets current user id
- Возвращает
- int
См. определение в файле options.php строка 237
◆ isAuthorized()
Checks that current user is authorized
- Возвращает
- bool
См. определение в файле options.php строка 248
◆ resetExpandedRows()
Resets saved expanded ids of rows
См. определение в файле options.php строка 109
◆ resetView()
Resets view settings by view id
- Аргументы
-
См. определение в файле options.php строка 159
◆ save()
◆ setCollapsedGroups()
setCollapsedGroups |
( |
| $ids = array() | ) |
|
Sets collapsed groups
- Аргументы
-
См. определение в файле options.php строка 139
◆ setColumnsSizes()
setColumnsSizes |
( |
| $expand, |
|
|
| $sizes ) |
Sets width of grid columns
- Аргументы
-
number | null | $expand | |
array | $sizes | |
См. определение в файле options.php строка 65
◆ setCustomNames()
Sets custom names of grid columns
- Аргументы
-
См. определение в файле options.php строка 100
◆ setExpandedRows()
setExpandedRows |
( |
| $ids = array() | ) |
|
Sets ids of expanded rows
- Аргументы
-
См. определение в файле options.php строка 119
◆ setPageSize()
Sets page size
- Аргументы
-
См. определение в файле options.php строка 87
◆ setStickedColumns()
setStickedColumns |
( |
| $columns = [] | ) |
|
Sets sticked columns
- Аргументы
-
См. определение в файле options.php строка 294
◆ $id