Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 6622720615d8e0af0d79bf7b8f569717

php-ZendFramework2-Di-2.3.7-1.fc20.noarch.rpm

Description:

Dependency Injection (here-in called DI) is a concept that has been talked
about in numerous places over the web. Simply put, we’ll explain the act of
injecting dependencies simply with this below code:

$b = new MovieLister(new MovieFinder());

Above, MovieFinder is a dependency of MovieLister, and MovieFinder was
injected into MovieLister.

Other version of this rpm: