Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Lines | 11 |
Ratio | 100 % |
Changes | 0 |
1 | <?php |
||
20 | View Code Duplication | function to_csv_array() { |
|
21 | return array( |
||
22 | $this->type(), |
||
23 | $this->path, |
||
24 | $this->line, |
||
25 | $this->class_name, |
||
26 | $this->name, |
||
27 | $this->static, |
||
28 | '' |
||
29 | ); |
||
30 | } |
||
31 | |||
40 | } |