This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ Interface Naming
41
41
~~~~~~~~~~~~~~~~
42
42
43
43
Interfaces which exist to provide *getters * MUST be suffixed with
44
- "ReadInterface"
44
+ "ReadInterface".
45
45
46
46
Interfaces which exist to provide *setters * MUST be suffixed with
47
- "WriteInterface"
47
+ "WriteInterface".
48
48
49
- "Read/Write" Interfaces, which provide *both * getters and setters, MUST not
49
+ "Read/Write" Interfaces, which provide ** both * * getters and setters, MUST not
50
50
have an additional suffix and MUST extend the "Read" and "Write" interfaces IF
51
51
either exists.
52
52
@@ -76,6 +76,10 @@ If either or both "Read" and "Write" interfaces do not exist, then the
76
76
public function setFoobar($foobar);
77
77
}
78
78
79
+ Dependency Container Configuration
80
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
81
+
82
+ Refer the the `service naming conventions `_ in the symfony documentation.
79
83
80
84
Meta: README, CHANGELOG, etc
81
85
----------------------------
@@ -192,3 +196,4 @@ instructions on how the component should be integrated.
192
196
.. _`XLIFF format` : http://symfony.com/doc/current/book/translation.html#basic-translation
193
197
.. _`CONTRIBUTING file from CoreBundle` : https://github.com/symfony-cmf/CoreBundle/blob/master/CONTRIBUTING.md
194
198
.. _`LICENSE template on wiki` : https://github.com/symfony-cmf/symfony-cmf/wiki/LICENSE-Template
199
+ .. _`service naming conventions` : http://symfony.com/doc/current/contributing/code/standards.html#service-naming-conventions
You can’t perform that action at this time.
0 commit comments