File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ in order to guarantee smooth upgrades to all future 2.x versions.
26
26
Using Our Interfaces
27
27
~~~~~~~~~~~~~~~~~~~~
28
28
29
- ### Normal Interfaces
29
+ Normal Interfaces
30
+ .................
30
31
31
32
All interfaces in the ``Symfony `` namespace are **safe for use **. That means
32
33
that:
@@ -44,15 +45,17 @@ Methods tagged with ``@api`` are treated as if they belonged to an API
44
45
interface.
45
46
46
47
47
- ### API Interfaces
48
+ API Interfaces
49
+ ..............
48
50
49
51
All interfaces tagged with ``@api `` are also **safe for implementation **. That
50
52
means that:
51
53
52
54
* You can safely implement the interface.
53
55
54
56
55
- ### Safe Operations
57
+ Safe Operations
58
+ ...............
56
59
57
60
The following table summarizes the safe operations when using our interfaces:
58
61
@@ -72,7 +75,8 @@ Add parameter default value Safe Safe
72
75
Using Our Classes
73
76
~~~~~~~~~~~~~~~~~
74
77
75
- ### Normal Classes
78
+ Normal Classes
79
+ ..............
76
80
77
81
All classes in the ``Symfony `` namespace are **safe for use **. That means that:
78
82
@@ -97,7 +101,8 @@ Properties and methods tagged with ``@api`` are treated as if they belonged
97
101
to an API class.
98
102
99
103
100
- ### API Classes
104
+ API Classes
105
+ ...........
101
106
102
107
All classes tagged with ``@api `` are also **safe for extension **. That means
103
108
that:
@@ -109,7 +114,8 @@ that:
109
114
* You can safely override public or protected methods.
110
115
111
116
112
- ### Safe Operations
117
+ Safe Operations
118
+ ...............
113
119
114
120
The following table summarizes the safe operations when using our classes:
115
121
You can’t perform that action at this time.
0 commit comments