You are here

function xautoload_Container_MagicGet::get in X Autoload 7.3

Return value

mixed

File

lib/Container/MagicGet.php, line 29

Class

xautoload_Container_MagicGet

Code

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