| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 22 | public function dataSettersAndGetters() |
||
| 23 | { |
||
| 24 | return [ |
||
| 25 | ['Title', 'title'], |
||
| 26 | ['Body', 'body'], |
||
| 27 | ['TitleLocKey', 'title-loc-key'], |
||
| 28 | ['TitleLocArgs', 'title-loc-args'], |
||
| 29 | ['ActionLocKey', 'action-loc-key'], |
||
| 30 | ['LocKey', 'loc-key'], |
||
| 31 | ['LocArgs', 'loc-args'], |
||
| 32 | ['LaunchImage', 'laungh-image'], |
||
| 33 | ]; |
||
| 34 | } |
||
| 35 | |||
| 44 | } |