Fenos\Notifynder\Notifications\ExtraParams::jsonSerialize PHP Méthode

jsonSerialize() public méthode

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