1 | <?php |
||
21 | class AppController extends BaseController |
||
22 | { |
||
23 | /** |
||
24 | * Generate sitemap |
||
25 | */ |
||
26 | public function actionGenerateSitemap(): int |
||
41 | |||
42 | /** |
||
43 | * Delete all data from specific table |
||
44 | * |
||
45 | * @param $tableName |
||
46 | * |
||
47 | * @throws \yii\db\Exception |
||
48 | * |
||
49 | * @return int |
||
50 | */ |
||
51 | public function actionClearTable($tableName): int |
||
59 | } |
||
60 |
This class constant has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the constant will be removed from the class and what other constant to use instead.