ClockAwareTrait
A trait to help write time-sensitive classes.
Tags
Table of Contents
Properties
Methods
- setClock() : void
- now() : DatePoint
Properties
$clock read-only
private
ClockInterface
$clock
Methods
setClock()
public
setClock(ClockInterface $clock) : void
Parameters
- $clock : ClockInterface
Attributes
- #[Required]
now()
protected
now() : DatePoint