We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b19ebfd + 21e5cba commit b38f401Copy full SHA for b38f401
README.md
@@ -46,6 +46,8 @@ $proxy = $factory->createProxy(
46
function (& $wrappedObject, $proxy, $method, $parameters, & $initializer) {
47
$wrappedObject = new \MyApp\HeavyComplexObject(); // instantiation logic here
48
$initializer = null; // turning off further lazy initialization
49
+
50
+ return true; // report success
51
}
52
);
53
0 commit comments