Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe76644

Browse files
committed
Added information about internal classes and interfaces
1 parentaf3a645 commitbe76644

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎contributing/code/bc.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ means that:
5454
* You can safely implement the interface.
5555

5656

57+
Internal Interfaces
58+
...................
59+
60+
Interfaces or interface methods tagged with ``@internal`` are meant for internal
61+
use in Symfony only and should never be used nor implemented.
62+
63+
5764
Safe Operations
5865
...............
5966

@@ -118,6 +125,13 @@ that:
118125
* You can safely override public or protected methods.
119126

120127

128+
Internal Classes
129+
................
130+
131+
Classes, properties and class methods tagged with ``@internal`` are meant for
132+
internal use in Symfony only and should never be used nor extended.
133+
134+
121135
Safe Operations
122136
...............
123137

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp