ClockAwareInterface

interface Firstred\PostNL\Clock\ClockAwareInterface

Summary

Methods

Methods

public Firstred\PostNL\Clock\ClockAwareInterface::getClock()
Get the current clock.
Returns:

\Psr\Clock\ClockInterface

Since:

2.0.0

public Firstred\PostNL\Clock\ClockAwareInterface::setClock($clock)
Set the current clock.
Parameters:
  • $clock (Psr\Clock\ClockInterface)

Returns:

void

Since:

2.0.0