You are here

function xautoload_Container_IdentityProxyObject::__construct in X Autoload 7.3

File

lib/Container/IdentityProxyObject.php, line 7

Class

xautoload_Container_IdentityProxyObject

Code

function __construct($instance) {
  $this->identityInstance = $instance;
}