/
home
/
obinna
/
html
/
boaz2
/
vendor
/
friendsofphp
/
proxy-manager-lts
/
src
/
ProxyManager
/
Proxy
/
Upload File
HOME
<?php declare(strict_types=1); namespace ProxyManager\Proxy; /** * Base proxy marker * * @psalm-template DecoratedClassName of object */ interface ProxyInterface { }