| Conditions | 2 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | public function _initCallable(Container $di, CallableClassHelper $xHelper) |
||
| 26 | {
|
||
| 27 | $this->xHelper = $xHelper; |
||
| 28 | // Each component must have its own reponse object. |
||
| 29 | // A component can overrides another one. In this case, |
||
| 30 | // its response is attached to the overriden component DOM node. |
||
| 31 | $this->nodeResponse = $di->newComponentResponse($this->rq($this->overrides ?: '')); |
||
| 32 | } |
||
| 72 |