Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
28 | public function __construct( |
||
29 | string $begin, |
||
30 | string $end, |
||
31 | string $file_offset, |
||
32 | ProcessMemoryAttribute $attribute, |
||
33 | string $name |
||
34 | ) { |
||
35 | $this->begin = $begin; |
||
36 | $this->end = $end; |
||
37 | $this->file_offset = $file_offset; |
||
38 | $this->attribute = $attribute; |
||
39 | $this->name = $name; |
||
40 | } |
||
48 |