root/components/codeInstrumentation/CodeInstrumentationReceiver.class.php
| 86 | 91 | ||
|---|---|---|---|
450 | // 4. clean stack // | 450 | // 4. clean stack // |
451 | $this->arrStack = array(); | 451 | $this->arrStack = array(); |
452 | // 5. clean object xml sequence // | 452 | // 5. clean object xml sequence // |
453 | $this->objXmlSequence = null; | 453 | $this->objXmlSequence->restart(); |
454 | // 6. restart the receiver // | 454 | // 6. restart the receiver // |
455 | $this->__construct(); | 455 | $this->__construct(); |
456 | return $this; | 456 | return $this; |
457 | } | 457 | } |
458 | } | 458 | } |
459 | |||
460 | ?> |
Download diff