/
home
/
obinna
/
html
/
boazapp
/
vendor
/
friendsofphp
/
proxy-manager-lts
/
src
/
ProxyManager
/
Proxy
/
Upload File
HOME
<?php declare(strict_types=1); namespace ProxyManager\Proxy; /** * Virtual Proxy - a lazy initializing object wrapping around the proxied subject */ interface VirtualProxyInterface extends LazyLoadingInterface, ValueHolderInterface { }