| 1 | <?php |
||
| 20 | class ManageTokenProjectConfig |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @param AfterSaveEvent $event |
||
| 24 | * @throws \yii\base\ErrorException |
||
| 25 | * @throws \yii\base\Exception |
||
| 26 | * @throws \yii\base\NotSupportedException |
||
| 27 | * @throws \yii\web\ServerErrorHttpException |
||
| 28 | */ |
||
| 29 | public static function save(AfterSaveEvent $event) |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @param ConfigEvent $event |
||
| 42 | */ |
||
| 43 | public static function delete(ConfigEvent $event) |
||
| 52 | } |
||
| 53 |