register(); } } } /** * Initialize the class. * * @param class $class class from the services array. * @return class instance new instance of the class. */ private static function instantiate( $class ) { $service = new $class(); return $service; } }