You are here

function xautoload_ServiceRegistry::__get in X Autoload 7.2

File

lib/ServiceRegistry.php, line 23

Class

xautoload_ServiceRegistry

Code

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