Nwidart\Modules\Json::save PHP 메소드

save() 공개 메소드

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