share(function($c){ return new AddressBookController($c['API'], $c['Request']); }); $this['GroupController'] = $this->share(function($c){ return new GroupController($c['API'], $c['Request']); }); $this['ContactController'] = $this->share(function($c){ return new ContactController($c['API'], $c['Request']); }); $this['SettingsController'] = $this->share(function($c){ return new SettingsController($c['API'], $c['Request']); }); } }