| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 34 | public function attributeLabels() |
||
| 35 | { |
||
| 36 | return ArrayHelper::merge(parent::attributeLabels(), [ |
||
| 37 | 'ts_media' => 'Media', |
||
| 38 | 'ts_likes' => 'Likes', |
||
| 39 | 'ts_comments' => 'Comments', |
||
| 40 | 'ts_min_likes' => 'Min Likes', |
||
| 41 | 'ts_max_likes' => 'Max Likes', |
||
| 42 | 'ts_min_comments' => 'Min Comments', |
||
| 43 | 'ts_max_comments' => 'Max Comments', |
||
| 44 | 'ts_created_at' => 'Created At', |
||
| 45 | 'is_valid' => 'Is Valid - an exclamation triangle in the list of tags, is set automatically if the tag is not reachable. Check this option if you are sure that this tag is valid and want to try to refresh stats again.', |
||
| 46 | ]); |
||
| 48 | } |