Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс EditActionsItem
+ Граф наследования:EditActionsItem:

Открытые члены

 __construct (int $iblockId, Columns $columns, IblockRightsChecker $rights)
 
 processRequest (HttpRequest $request, bool $isSelectedAllRows, ?Filter $filter)
 
- Открытые члены унаследованные от EditAction
 getControl ()
 

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

static getId ()
 

Защищенные члены

 getIblockId ()
 
 getColumns ()
 
 saveElement (int $id, array $fields)
 
 saveSection (int $id, array $fields)
 
 appendFilesToRows (HttpRequest $request, array $rows)
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( int $iblockId,
Columns $columns,
IblockRightsChecker $rights )

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

Методы

◆ appendFilesToRows()

appendFilesToRows ( HttpRequest $request,
array $rows )
protected

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

◆ getColumns()

getColumns ( )
finalprotected

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

◆ getIblockId()

getIblockId ( )
finalprotected

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

◆ getId()

static getId ( )
static

Action's id.

Возвращает
string

Переопределяет метод предка EditAction.

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

◆ processRequest()

processRequest ( HttpRequest $request,
bool $isSelectedAllRows,
?Filter $filter )

Request processing.

Аргументы
HttpRequest$request
bool$isSelectedAllRows
Filter | null$filterif is selected all rows, MUST BE to use a filter to get a list of items.
Возвращает
Result|null null is returned if the action does not have a handler, or the action cannot return the result object.

Замещает Action.

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

◆ saveElement()

saveElement ( int $id,
array $fields )
protected

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

◆ saveSection()

saveSection ( int $id,
array $fields )
protected

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