| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Lines | 11 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | View Code Duplication | function to_csv_array() { |
|
| 28 | return array( |
||
| 29 | $this->type(), |
||
| 30 | $this->path, |
||
| 31 | $this->line, |
||
| 32 | $this->class_name, |
||
| 33 | $this->name, |
||
| 34 | $this->static, |
||
| 35 | json_encode( $this->params ) |
||
| 36 | ); |
||
| 37 | } |
||
| 38 | |||
| 47 | } |