As far as I can tell PHP traits exist to offer pseudo multi-inheritance... and looking at them, they rather remind me of structs, except there return type is the same as functions.
ANYWAY - what can I do with a trait that I can't already do with an interface, or just another function?