You are here

public function Proxy::__getCloner in Plug 7

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 lib/doctrine/common/tests/Doctrine/Tests/Common/Reflection/RuntimePublicReflectionPropertyTest.php
Retrieves the callback to be used when cloning the proxy.

File

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

Class

Proxy
Interface for proxy classes.

Namespace

Doctrine\Common\Proxy

Code

public function __getCloner();