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