https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23893

--- Comment #31 from Kyle M Hall <[email protected]> ---
Created attachment 96922
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96922&action=edit
Bug 23893: Add new_from_api and set_from_api to Koha::Object

This patch introduces the following methods to the Koha::Object class:
- set_from_api
- new_from_api

This methods are going to be used when writing API controllers that map
to the attributes to the DB schema ones.

To test:
1. Apply this patchset
2. Run:
  $ kshell
 k$ prove t/db_dependent/Koha/Object.t
=> SUCCESS: Tests pass!
3. Sign off :-D

Signed-off-by: Josef Moravec <[email protected]>
Signed-off-by: Tomas Cohen Arazi <[email protected]>

Signed-off-by: John Doe <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to