Thruway\Transport\PawlTransport::close PHP 메소드

close() 공개 메소드

close transport
public close ( )
    public function close()
    {
        $this->conn->close();
    }