class Notification extends Model (View source)

Properties

string $body
string $image
string $title

Methods

setBody($body)

No description

string
getBody()

No description

setImage($image)

No description

string
getImage()

No description

setTitle($title)

No description

string
getTitle()

No description

Details

setBody($body)

No description

Parameters

$body

string getBody()

No description

Return Value

string

setImage($image)

No description

Parameters

$image

string getImage()

No description

Return Value

string

setTitle($title)

No description

Parameters

$title

string getTitle()

No description

Return Value

string