You are here

public function Proxy::__getCloner in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php \Doctrine\Common\Proxy\Proxy::__getCloner()

Retrieves the callback to be used when cloning the proxy.

Return value

Closure|null

See also

__setCloner

1 method overrides Proxy::__getCloner()
RuntimePublicReflectionPropertyTestProxyMock::__getCloner in vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/RuntimePublicReflectionPropertyTest.php
Retrieves the callback to be used when cloning the proxy.

File

vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php, line 81

Class

Proxy
Interface for proxy classes.

Namespace

Doctrine\Common\Proxy

Code

public function __getCloner();