Bug 17501: Introduce Koha::Object[s] classes for UploadedFile(s)
commit44d4dc70404e596648415f3db60ff7975e986281
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Sat, 19 Nov 2016 16:24:11 +0000 (19 17:24 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 20 Jan 2017 14:20:03 +0000 (20 14:20 +0000)
tree84485e5c53360287fce9a1c6239d81e22e6df36d
parent57568b9a0bf38706e41580e5a9e48777793c00ac
Bug 17501: Introduce Koha::Object[s] classes for UploadedFile(s)

In the next set of patches we will start using these new classes in
Koha::Upload, and scripts using it.
This is just the starting point of that migration.

Test plan:
[1] Run t/db_dependent/Upload.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/UploadedFile.pm [new file with mode: 0644]
Koha/UploadedFiles.pm [new file with mode: 0644]
t/db_dependent/Upload.t