enums
enums copied to clipboard
Filtering
Filterable options, values or names
Please provide a better description, it's hard to understand what is meant by this
For example:
UserType::options(fn (UserType $userType) => $userType != UserType::SuperAdmin);
UserType::values(fn (UserType $userType) => $userType != UserType::SuperAdmin);
UserType::names(fn (UserType $userType) => $userType != UserType::SuperAdmin);
Should be done in user app space... does not really belong into this package if you ask me 😉