/
home
/
obinna
/
html
/
amply
/
vendor
/
friendsofphp
/
proxy-manager-lts
/
src
/
ProxyManager
/
Proxy
/
Upload File
HOME
<?php declare(strict_types=1); namespace ProxyManager\Proxy; /** * Smart reference object marker * * @deprecated this interface is not in use anymore, and should not be relied upon */ interface SmartReferenceInterface extends ProxyInterface { }