PHP OOP Tutorial 20 | Facade Pattern
The PHP Facade Pattern. I didn't explain it the best via audio (my wording), but the example will clearly show you. Here is a better definition I found: "In the facade pattern our class hides a complex subsystem from the calling class. The subsystem will know nothing of the calling class."
Basically: Don't make a procedural dump in your class by making one function do a ton of different things (break-up the responsibility), and make the client-call very simple.
Thanks for watching my video tutorials! I hope they help and make your learning easier.