1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
actiontype.php
См. документацию.
1<?php
2namespace Bitrix\Iblock\Grid;
3
5{
6 public const EDIT = 'edit';
7 public const SELECT_ALL = 'for_all';
8 public const DELETE = 'delete';
9 public const CLEAR_COUNTER = 'clear_counter';
10 public const CODE_TRANSLIT = 'code_translit';
11 public const ACTIVATE = 'activate';
12 public const DEACTIVATE = 'deactivate';
13 public const MOVE_TO_SECTION = 'section';
14 public const ADD_TO_SECTION = 'add_section';
15 public const ELEMENT_LOCK = 'lock';
16 public const ELEMENT_UNLOCK = 'unlock';
17 public const ELEMENT_WORKFLOW_STATUS = 'wf_status';
18}
const ELEMENT_LOCK
Определения actiontype.php:15
const ELEMENT_UNLOCK
Определения actiontype.php:16
const CLEAR_COUNTER
Определения actiontype.php:9
const DEACTIVATE
Определения actiontype.php:12
const DELETE
Определения actiontype.php:8
const ELEMENT_WORKFLOW_STATUS
Определения actiontype.php:17
const ACTIVATE
Определения actiontype.php:11
const MOVE_TO_SECTION
Определения actiontype.php:13
const SELECT_ALL
Определения actiontype.php:7
const ADD_TO_SECTION
Определения actiontype.php:14
const CODE_TRANSLIT
Определения actiontype.php:10