Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 432 Bytes

container.md

File metadata and controls

8 lines (5 loc) · 432 Bytes

Service Container

Introduction

The poodinis service container is a powerful tool for managing class dependencies and performing dependency injection. Dependency injection is a fancy phrase that essentially means this: class dependencies are "injected" into the class via the constructor or, in some cases, "setter" methods.