container = $container; } /** * Load automatically class from the container * * @access public * @param string $name * @return mixed */ public function __get($name) { return $this->container[$name]; } }