You are here

public function RuntimePublicReflectionPropertyTestProxyMock::__getCloner in Plug 7

Retrieves the callback to be used when cloning the proxy.

Return value

Closure|null

Overrides Proxy::__getCloner

See also

__setCloner

File

lib/doctrine/common/tests/Doctrine/Tests/Common/Reflection/RuntimePublicReflectionPropertyTest.php, line 189

Class

RuntimePublicReflectionPropertyTestProxyMock
Mock that simulates proxy public property lazy loading

Namespace

Doctrine\Tests\Common\Reflection

Code

public function __getCloner() {
}