You are here

public function MagicCloneClass::__clone in Zircon Profile 8.0

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

Return value

void

File

vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/MagicCloneClass.php, line 33

Class

MagicCloneClass
Test asset class

Namespace

Doctrine\Tests\Common\Proxy

Code

public function __clone() {
  $this->clonedValue = 'newClonedValue';
}