| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 9 |
| Ratio | 100 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 48 | View Code Duplication | public function toXmlArray() |
|
| 49 | { |
||
| 50 | return [ |
||
| 51 | 'Title' => $this->get('title'), |
||
| 52 | 'Description' => $this->get('description'), |
||
| 53 | 'Url' => $this->get('url'), |
||
| 54 | 'PicUrl' => $this->get('image'), |
||
| 55 | ]; |
||
| 56 | } |
||
| 57 | } |
||
| 58 |