This is one thing I don’t see a lot of, maybe I’m looking at the wrong code or projects? But PHP traits have been around for years. Let’s have a look at them. Traits are a mechanism for code reuse in single inheritance languages like PHP. They allow you to group methods and properties that […]