Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
37 | public function __construct($context, $file, Stmt $contextValue, ClassMethod $classMethod) |
||
38 | { |
||
39 | $this->context = $context; |
||
40 | $this->visibility = $this->getVisibility($classMethod); |
||
41 | $this->file = $file; |
||
42 | $this->contextValue = $contextValue; |
||
43 | $this->classMethod = $classMethod; |
||
44 | } |
||
45 | |||
94 |