zendtech / IbmiToolkit

PHP frontend to XMLSERVICE for IBM i development.
BSD 3-Clause "New" or "Revised" License
46 stars 34 forks source link

[WIP] Extract ToolkitInterface #95

Closed chukShirley closed 4 years ago

chukShirley commented 8 years ago

Without an interface for the Toolkit class developers are forced to either implement their own interface or inject an implementation (Toolkit class) rather than an interface into their classes. Including ToolkitInterface in the package enables developers to "program to an interface, not an implementation."