1 | <?php |
||
19 | trait Delete |
||
20 | { |
||
21 | /** |
||
22 | * @inheritdoc |
||
23 | * @throws \Exception |
||
24 | * @throws \yii\db\Exception |
||
25 | */ |
||
26 | protected function performAction(ActiveRecord $record): bool |
||
34 | |||
35 | /** |
||
36 | * @param IntegrationConnection $connection |
||
37 | * @return bool |
||
38 | * @throws \Exception |
||
39 | * @throws \yii\db\Exception |
||
40 | */ |
||
41 | protected function deleteConnection(IntegrationConnection $connection): bool |
||
60 | } |
||
61 |