Searched refs:epm (Results 1 – 1 of 1) sorted by relevance
32 protected $epm = null; variable in Swift_Plugin_Throttler149 public function setEmailsPerMinute($epm) argument151 if ($epm === null)153 $this->epm = null;157 $this->epm = abs((int)$epm);166 return $this->epm;