Documentation

PushMessage
in package
implements MessageInterface

FinalYes
Tags
author

Tomas Norkūnas norkunas.tom@gmail.com

Table of Contents

Interfaces

MessageInterface

Properties

$content  : mixed
$notification  : mixed
$options  : mixed
$subject  : mixed
$transport  : mixed

Methods

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

Properties

Methods

content()

public content(string $content) : self
Parameters
$content : string
Return values
self

getContent()

public getContent() : string
Return values
string

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) : self
Parameters
$subject : string
Return values
self

transport()

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

        
On this page

Search results