You are here

protected function xautoload_Container_ContainerProxyObject::proxyCreateInstance in X Autoload 7.3

Return value

mixed

Overrides xautoload_Container_ProxyObject::proxyCreateInstance

File

lib/Container/ContainerProxyObject.php, line 27

Class

xautoload_Container_ContainerProxyObject

Code

protected function proxyCreateInstance() {
  return $this->container
    ->get($this->key);
}