Fenos\Notifynder\Notifications\ExtraParams::jsonSerialize PHP 메소드

jsonSerialize() 공개 메소드

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