Tag Archives: fluent interface

Method Chaining In PHP – Fluent Interface

The technical definition of “Fluent Interface”, as defined by Wikipedia, is: “An object oriented construct that defines a behavior capable of relaying the instruction context of a subsequent call.“. It’s just as sexy as it sounds. In short: any Object … Continue reading

Posted in PHP | Tagged , , | 3 Comments