paragraph1\phpFCM\Notification::setTitle PHP Method

setTitle() public method

android only: notification title (also works for ios watches)
public setTitle ( string $title ) : Notification
$title string
return Notification
    public function setTitle($title)
    {
        $this->title = $title;
        return $this;
    }