Documentation

AbstractTransport
in package
implements TransportInterface

AbstractYes
Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Interfaces

TransportInterface

Constants

HOST  = 'localhost'

Properties

$client  : mixed
$host  : mixed
$port  : mixed
$dispatcher  : mixed

Methods

__construct()  : mixed
send()  : SentMessage
setHost()  : $this
setPort()  : $this
doSend()  : SentMessage
getDefaultHost()  : string
getEndpoint()  : string

Constants

Properties

Methods

setHost()

public setHost(string|null $host) : $this
Parameters
$host : string|null
Return values
$this

setPort()

public setPort(int|null $port) : $this
Parameters
$port : int|null
Return values
$this

        
On this page

Search results