You are here

function xautoload_Main::__construct in X Autoload 7.3

Parameters

xautoload_Container_LazyServices $services:

File

lib/Main.php, line 13

Class

xautoload_Main

Code

function __construct($services) {
  $this->services = $services;
}