You are here

function xautoload_Container_LazyServices::reset in X Autoload 7.3

Unset the service for a specific key.

Parameters

string $key:

File

lib/Container/LazyServices.php, line 45

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