Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 9 |
Ratio | 100 % |
Changes | 0 |
1 | <?php |
||
25 | View Code Duplication | public function to_csv_array() { |
|
26 | return array( |
||
27 | $this->type(), |
||
28 | $this->path, |
||
29 | $this->line, |
||
30 | $this->class_name, |
||
31 | $this->prop_name |
||
32 | ); |
||
33 | } |
||
34 | |||
42 | } |