Fenos\Notifynder\Notifications\ExtraParams::jsonSerialize PHP Method

jsonSerialize() public method

Convert the object into something JSON serializable.
public jsonSerialize ( ) : array
return array
    public function jsonSerialize()
    {
        return $this->toArray();
    }