Example #1
0
 /**
  * @param int $interval Number of seconds (e.g. 3600 will return emails of the last hour).
  */
 public function youngerThan(int $interval) : self
 {
     $this->query->setYoungerThan($interval);
     return $this;
 }