Structural/Proxy/README.rst
Proxy__To interface to anything that is expensive or impossible to duplicate.
.. image:: uml/uml.png :alt: Alt Proxy UML Diagram :align: center
You can also find this code on GitHub_
BankAccount.php
.. literalinclude:: BankAccount.php :language: php :linenos:
HeavyBankAccount.php
.. literalinclude:: HeavyBankAccount.php :language: php :linenos:
BankAccountProxy.php
.. literalinclude:: BankAccountProxy.php :language: php :linenos:
ProxyTest.php
.. literalinclude:: Tests/ProxyTest.php :language: php :linenos:
.. _GitHub: https://github.com/DesignPatternsPHP/DesignPatternsPHP/tree/main/Structural/Proxy
.. __: http://en.wikipedia.org/wiki/Proxy_pattern