| 1 | <?php |
||
| 14 | class Delete extends \Ui\DataManager\Action |
||
| 15 | {
|
||
| 16 | public static $name = 'Удалить'; |
||
| 17 | public static $groupAction = true; |
||
| 18 | public static $rowAction = true; |
||
| 19 | |||
| 20 | public static function rowButton($dataManager, $item, $params, $actionParams) |
||
| 25 | |||
| 26 | public static function groupAction($dataManager, $ids, $actionParams) |
||
| 36 | |||
| 37 | } |
||
| 38 |