Documentation

ChatMessage
in package
implements MessageInterface

FinalYes
Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Interfaces

MessageInterface

Properties

$notification  : mixed
$options  : mixed
$subject  : string
$transport  : string|null

Methods

__construct()  : mixed
fromNotification()  : self
getNotification()  : Notification|null
getOptions()  : MessageOptionsInterface|null
getRecipientId()  : string|null
getSubject()  : string
getTransport()  : string|null
options()  : $this
subject()  : $this
transport()  : $this

Properties

Methods

getRecipientId()

public getRecipientId() : string|null
Return values
string|null

getSubject()

public getSubject() : string
Return values
string

getTransport()

public getTransport() : string|null
Return values
string|null

subject()

public subject(string $subject) : $this
Parameters
$subject : string
Return values
$this

transport()

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

        
On this page

Search results