class AuditFactory implements Factory (View source)

Logs are written using a side-channel, because audit trail should not be mixed up with regular PHP errors.

Methods

public
object
create(string $service, array $params = [])

Creates a new service instance.

Details

object create(string $service, array $params = [])

Creates a new service instance.

Parameters

string $service

The class name of the service.

array $params

The constructor parameters.

Return Value

object

The created service instances.