Nwidart\Modules\Json::save PHP Méthode

save() public méthode

Save the current attributes array to the file storage.
public save ( ) : boolean
Résultat boolean
    public function save()
    {
        return $this->filesystem->put($this->getPath(), $this->toJsonPretty());
    }