Summary: | Add the ability to stash extra data in a Koha::Object | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | dcook |
Version: | 21.05 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Bug 30861: Add Koha::Object::stash |
Description
Kyle M Hall (khall)
2022-05-27 14:26:42 UTC
Created attachment 135431 [details] [review] Bug 30861: Add Koha::Object::stash Should this be NSO? Do you have a particular use case in mind? Would this be a public or private method? I could see it being useful as a private method behind some object-specific methods, but not sure about letting random Koha code stash whatever it wants inside an object... |