public function WakeUpNoticesAsset::__wakeup in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/WakeUpNoticesAsset.php \DoctrineTest\InstantiatorTestAsset\WakeUpNoticesAsset::__wakeup()
Wakeup method called after un-serialization
File
- vendor/
doctrine/ instantiator/ tests/ DoctrineTest/ InstantiatorTestAsset/ WakeUpNoticesAsset.php, line 34
Class
- WakeUpNoticesAsset
- A simple asset for an abstract class
Namespace
DoctrineTest\InstantiatorTestAssetCode
public function __wakeup() {
trigger_error('Something went bananas while un-serializing this instance');
}