Jump to content

Search the Community

Showing results for tags 'dependency injection'.

  • Search By Tags

    • dependency injection ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. Hello, An object, used by my module had this code : private function fetchData($exporter) { $fetched_data = file_get_contents($exporter->getFetchFullUrl()); \Logger::addLog("fetching from " . $exporter->getFetchFullUrl(), 1, null, null, null, true); return $f...
  2. Hi All, We are new to PrestaShop shop and are developing a Module that will sync a 3rd Part POS to the local Catalogue of PrestaShop . We are mainly .Net devs and work with Nunit and Ninject in our projects for Unit testing and Dependency Injection. I have looked around the forum and Googled...
×
×
  • Create New...