master
Martin Polanka 8 years ago
parent c937137dda
commit d4cea6fc0a

@ -3398,14 +3398,14 @@ should have *get* counterparts. Job configuration is serialized through
`__toString()` methods.
For loading of the job configuration there is separate `Storage` class which can
be used for loading, saving or archivation of job configuration. For parsing
be used for loading, saving or archivating of job configuration. For parsing the
storage uses the `Loader` class which does all the checks and loads the data
from given strings in the appropriate structures. In case of parser error
`App\Exceptions\JobConfigLoadingException` is thrown.
Worth mentioning is also `App\Helpers\UploadedJobConfigStorage` class which
takes care of where the uploaded job configuration files should be saved on the
API filesystem. Can be also used for copying all job configurations during
API filesystem. It can also be used for copying all job configurations during
assignment of exercise.
### Solution Loading

Loading…
Cancel
Save