Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.arlenshop.fr_1556185825
/
htdocs
/
tools
/
swift
/
Swift
/
Events
/
/srv/data/trash/vhost_www.arlenshop.fr_1556185825/htdocs/tools/swift/Swift/Events/ConnectEvent.php
<?php /** * Swift Mailer Connect Event * Please read the LICENSE file * @copyright Chris Corbyn <chris@w3style.co.uk> * @author Chris Corbyn <chris@w3style.co.uk> * @package Swift_Events * @license GNU Lesser General Public License */ /** * Generated every time Swift connects with a MTA * @package Swift_Events * @author Chris Corbyn <chris@w3style.co.uk> */ class Swift_Events_ConnectEvent extends Swift_Events { /** * A reference to the connection object * @var Swift_Connection */ protected $connection = null; /** * Constructor * @param Swift_Connection The new connection */ public function __construct(Swift_Connection $connection) { $this->connection = $connection; } /** * Get the connection object * @return Swift_Connection */ public function getConnection() { return $this->connection; } }