Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Lines | 6 |
Ratio | 100 % |
Changes | 0 |
1 | <?php |
||
13 | View Code Duplication | function __construct( $path, $line, $class_name, $name, $static ) { |
|
14 | $this->class_name = $class_name; |
||
15 | $this->name = $name; |
||
16 | $this->static = $static; |
||
17 | parent::__construct( $path, $line ); |
||
18 | } |
||
19 | |||
40 | } |