interface Factory (View source)

A factory which is used for creating service instances.

Methods

public
SS_Object
create(string $service, array $params = array())

Creates a new service instance.

Details

SS_Object create(string $service, array $params = array())

Creates a new service instance.

Parameters

string $service

The class name of the service.

array $params

The constructor parameters.

Return Value

SS_Object

The created service instances.