You are here

function xautoload_Container_LazyServices::__construct in X Autoload 7.3

Parameters

xautoload_ServiceFactory $factory:

File

lib/Container/LazyServices.php, line 73

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 __construct($factory) {
  $this->factory = $factory;
}