| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | public function __construct(string $parent, string $class) |
||
| 15 | { |
||
| 16 | $this->parent = Proxy\Class_::create($this->extractClassName($parent), $this->extractNamespace($parent)); |
||
| 17 | $this->class = Proxy\Class_::create($this->extractClassName($class), $this->extractNamespaceOfParentClass($class, $parent)); |
||
| 18 | } |
||
| 19 | |||
| 53 | } |