extending TrashedFilter (translation with variable)
Hi all,
I'm extending the TrashedFilter on a table to create a "ArchivedFilter".
Below is my class, the problem i now have is that the "$this->getPlural()" is null, and than my translation is not complete.
i'm probably forgetting something, so hopefully somebody can point me in the right direction.
Usage
Class
lang/nl/filters.php
1 Reply
Solution
i found it.
It was as simple as needing to use a closure.