Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
30 | public function attributeLabels() |
||
31 | { |
||
32 | return ArrayHelper::merge(parent::attributeLabels(), [ |
||
33 | 's_categories' => 'Categories', |
||
34 | 'is_valid' => 'Is Valid - an exclamation triangle in the list of accounts, is set automatically if the account is not reachable. Check this option if you are sure that this account is valid and want to try to refresh stats again.', |
||
35 | ]); |
||
42 | } |