Lines Matching refs:swift
18 protected $swift; variable in Swift_BatchMailer
49 public function __construct(Swift $swift) argument
51 $this->setSwift($swift);
57 public function setSwift(Swift $swift) argument
59 $this->swift = $swift;
67 return $this->swift;
148 $this->swift->connection->stop();
149 $this->swift->connection->start();
150 $this->swift->disconnect();
152 $this->swift->connect();
206 $sent += ($n = $this->swift->send($message, $recipient, $sender));