PHP Classes

File: tests/Fixtures/jsonServicesConfig.json

Recommend this page to a friend!
  Classes of Kashif Abbasi   PHP DI Container   tests/Fixtures/jsonServicesConfig.json   Download  
File: tests/Fixtures/jsonServicesConfig.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP DI Container
Resolve dependencies from configuration files
Author: By
Last change:
Date: 7 years ago
Size: 598 bytes
 

Contents

Class file image Download
{ "services": [ { "id": "class-a", "class": "Tests\\DummyServices\\ClassA" }, { "id": "class-b", "class": "Tests\\DummyServices\\ClassB", "arguments": [ { "id": "class-a" } ] }, { "id": "class-c", "class": "Tests\\DummyServices\\ClassC", "arguments": [ { "id": "class-a", "id": "class-b" } ] } ] }