You are here

function xautoload_Container_LazyServices::__get in X Autoload 7.3

Magic getter for a service.

Parameters

string $key:

Return value

mixed

File

lib/Container/LazyServices.php, line 66

Class

xautoload_Container_LazyServices
@property xautoload_BootSchedule_Helper_PHP52|xautoload_BootSchedule_Helper_PHP53 $registrationHelper @property xautoload_BootSchedule_Interface $schedule @property xautoload_LoaderManager $loaderManager @property…

Code

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