You are here

public function MagicWakeupClass::__wakeup in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/MagicWakeupClass.php \Doctrine\Tests\Common\Proxy\MagicWakeupClass::__wakeup()

Return value

void

File

vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/MagicWakeupClass.php, line 28

Class

MagicWakeupClass
Test asset class

Namespace

Doctrine\Tests\Common\Proxy

Code

public function __wakeup() {
  $this->wakeupValue = 'newWakeupValue';
}