wiki.techinc.nl/includes/title
Petr Pchelko 045d04ca2b Make TitleValue fields private
Class is extended only in JsonConfig extension, but
these fields are not accessed.

The @deprecated annotation was put in there to prevent
external access, since the fields were protected we can't
use DeprecationHelper to hard deprecate. The class is
not @stable to extend, so for all intents and purposes
protected is equivalent to private.

Change-Id: I30089cf1f1361bf8f8c544316e422581ac7aea64
2021-10-25 08:17:58 -07:00
..
Hook Document hook names in hook interfaces. 2020-09-27 12:03:12 +02:00
ForeignTitle.php
ForeignTitleFactory.php
ImportTitleFactory.php
MalformedTitleException.php Revert "Introduce AbstractLocalizedException" 2021-09-14 19:01:21 +00:00
MediaWikiTitleCodec.php Allow using MediaWikiTitleCodec with errors in unit tests 2021-07-27 11:27:56 +00:00
NaiveForeignTitleFactory.php NaiveForeignTitleFactory: inject content language 2021-03-13 09:50:44 +00:00
NaiveImportTitleFactory.php Inject dependencies into some ImportTitleFactory classes 2021-03-22 21:27:27 +00:00
NamespaceAwareForeignTitleFactory.php
NamespaceImportTitleFactory.php Inject dependencies into some ImportTitleFactory classes 2021-03-22 21:27:27 +00:00
NamespaceInfo.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
SubpageImportTitleFactory.php Inject dependencies into some ImportTitleFactory classes 2021-03-22 21:27:27 +00:00
TitleFormatter.php TitleFormatter: fix typo ("of" -> "or") 2021-06-08 05:27:18 +00:00
TitleParser.php
TitleValue.php Make TitleValue fields private 2021-10-25 08:17:58 -07:00