Re: [Koha-devel] Helper/Static methods for objects

2021-07-18 Thread dcook
From: Koha-devel On Behalf Of Nick Clemens Sent: Saturday, 17 July 2021 5:20 AM To: Koha Devel Subject: [Koha-devel] Helper/Static methods for objects Hi All, On two different bugs we have run into similar issues where a method was needed that didn't use the object directly. O

[Koha-devel] Helper/Static methods for objects

2021-07-16 Thread Nick Clemens
Hi All, On two different bugs we have run into similar issues where a method was needed that didn't use the object directly. On bug 28709 I proposed checking the ref of $self to see if this was called via the object - David Cook proposed adding a second method that is always called directly and c