| Name: | php-ZendFramework2-Di |
|---|---|
| Version: | 2.4.11 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 166389 |
| License: | BSD |
| RPM: | php-ZendFramework2-Di-2.4.11-1.el7.noarch.rpm |
| Source RPM: | php-ZendFramework2-2.4.11-1.el7.src.rpm |
| Build Date: | Thu Nov 30 2017 |
| Build Host: | x86-ol6-builder-06.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://framework.zend.com/manual/2.3/en/modules/zend.di.introduction.html |
| Summary: | Zend Framework 2: DI Component |
| 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. |