public function MagicWakeupClass::__wakeup in Plug 7
Return value
void
File
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ MagicWakeupClass.php, line 28
Class
- MagicWakeupClass
- Test asset class
Namespace
Doctrine\Tests\Common\ProxyCode
public function __wakeup() {
$this->wakeupValue = 'newWakeupValue';
}