Home
last modified time | relevance | path

Searched refs:epm (Results 1 – 1 of 1) sorted by relevance

/plugin/swiftmail/Swift/Plugin/
H A DThrottler.php32 protected $epm = null; variable in Swift_Plugin_Throttler
149 public function setEmailsPerMinute($epm) argument
151 if ($epm === null)
153 $this->epm = null;
157 $this->epm = abs((int)$epm);
166 return $this->epm;