You are here

function xautoload_Container_LazyServices::set in X Autoload 7.3

Register a new service under the given key.

Parameters

string $key:

mixed $service:

File

lib/Container/LazyServices.php, line 55

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 set($key, $service) {
  $this->services[$key] = $service;
}