Nette\Mail\SmtpMailer::disconnect PHP 메소드

disconnect() 보호된 메소드

Disconnects from SMTP server.
protected disconnect ( ) : void
리턴 void
    protected function disconnect()
    {
        fclose($this->connection);
        $this->connection = NULL;
    }