Created
August 13, 2013 15:51
-
-
Save yakirh/6222604 to your computer and use it in GitHub Desktop.
repository instances without DI container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public function post_collection() | |
| { | |
| $result = | |
| ( | |
| new Context_Installer_Geo_Create( | |
| $this->_request_payload, | |
| new Repository_Product, | |
| new Repository_Installer, | |
| new Repository_Installer_Geo, | |
| new Repository_Installer_Geo_Step, | |
| new Repository_Installer_Geo_Step_Prod, | |
| new Repository_Installer_Geo_Step_Prod_Param | |
| ) | |
| ) | |
| ->execute(); | |
| $this->_response_payload = $result['data_array']; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment