1Public and private services
2===========================
3
4Definitions
5-----------
6
7### definition_1
8
9- Class: `Full\Qualified\Class1`
10- Public: yes
11- Synthetic: no
12- Lazy: yes
13- Shared: yes
14- Abstract: yes
15- Autowired: no
16- Autoconfigured: no
17- Factory Class: `Full\Qualified\FactoryClass`
18- Factory Method: `get`
19
20### definition_2
21
22- Class: `Full\Qualified\Class2`
23- Public: no
24- Synthetic: yes
25- Lazy: no
26- Shared: yes
27- Abstract: no
28- Autowired: no
29- Autoconfigured: no
30- File: `/path/to/file`
31- Factory Service: `factory.service`
32- Factory Method: `get`
33- Call: `setMailer`
34- Tag: `tag1`
35    - Attr1: val1
36    - Attr2: val2
37- Tag: `tag1`
38    - Attr3: val3
39- Tag: `tag2`
40
41
42Aliases
43-------
44
45### alias_1
46
47- Service: `service_1`
48- Public: yes
49
50### alias_2
51
52- Service: `service_2`
53- Public: no
54
55
56Services
57--------
58
59- `service_container`: `Symfony\Component\DependencyInjection\ContainerBuilder`
60