Aliases

Alias mapping

ClockServiceProvider contributes the following alias map:

Requested service Target service
Psr\Clock\ClockInterface FastForward\Clock\SystemClock

Operational consequences

  • resolving the PSR interface gives the SystemClock instance;
  • resolving the concrete SystemClock gives that same instance;
  • replacing SystemClock in an earlier provider overrides the default cleanly.