Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
27 | trait TNoUnserializeBehaviorTrait |
||
28 | { |
||
29 | /** |
||
30 | * This is raised when an owner is completed its unserialize() method call to |
||
31 | * __wakeup. This method removes it behavior from the owner. |
||
32 | * @param TCallChain $chain The chain of dynamic event method handlers. |
||
33 | */ |
||
34 | public function dyWakeUp(TCallChain $chain) |
||
43 |