ParagonIE\GPGMailer\GPGMailer::getTransport PHP Method

getTransport() public method

Return the stored Transport.
public getTransport ( ) : TransportInterface
return TransportInterface
    public function getTransport() : TransportInterface
    {
        return $this->getTransport();
    }