| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 80 | 1 | public function get_array() { |
|
| 81 | return array( |
||
| 82 | 1 | 'rtlo' => $this->rtlo, |
|
| 83 | 1 | 'description' => $this->description, |
|
| 84 | 1 | 'amount' => $this->amount, |
|
| 85 | 1 | 'country' => $this->country, |
|
| 86 | 1 | 'lang' => $this->language, |
|
| 87 | 1 | 'returnurl' => $this->return_url, |
|
| 88 | 1 | 'reporturl' => $this->report_url, |
|
| 89 | ); |
||
| 101 |