paragraph1\phpFCM\Notification::__construct PHP Method

__construct() public method

public __construct ( $title, $body )
    public function __construct($title, $body)
    {
        $this->title = $title;
        $this->body = $body;
    }