You are here

function xautoload_Container_ContainerProxyObject::__construct in X Autoload 7.3

Parameters

xautoload_Container_LazyServices $container:

string $key:

File

lib/Container/ContainerProxyObject.php, line 19

Class

xautoload_Container_ContainerProxyObject

Code

function __construct($container, $key) {
  $this->container = $container;
  $this->key = $key;
}