[TASK] phpDoc: replace @access private with @internal
The phpDoc comment "@internal" is used in most places during the development of TYPO3 v7, TYPO3 v8 and TYPO3 v9 and denotes that this specific method, class or property is not part of the Public API, and does not even need any notice if it is removed. However, we still have/had various places in TYPO3 core where "@access private" was used. This is now migrated to "@internal". "@access public" is not needed and is removed. Resolves: #86446 Releases: master Change-Id: Iaef206b04aee13c280d62b107dd7eac04a38c700 Reviewed-on: https://review.typo3.org/58462 Reviewed-by:Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/backend/Classes/Clipboard/Clipboard.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/Clipboard/Clipboard.php
- typo3/sysext/backend/Classes/History/RecordHistory.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/History/RecordHistory.php
- typo3/sysext/backend/Classes/Module/BaseScriptClass.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Module/BaseScriptClass.php
- typo3/sysext/backend/Classes/RecordList/AbstractRecordList.php 1 addition, 1 deletion.../sysext/backend/Classes/RecordList/AbstractRecordList.php
- typo3/sysext/backend/Classes/Template/DocumentTemplate.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Template/DocumentTemplate.php
- typo3/sysext/backend/Classes/Tree/View/AbstractTreeView.php 13 additions, 13 deletionstypo3/sysext/backend/Classes/Tree/View/AbstractTreeView.php
- typo3/sysext/backend/Classes/Tree/View/BrowseTreeView.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Tree/View/BrowseTreeView.php
- typo3/sysext/backend/Classes/Tree/View/ElementBrowserFolderTreeView.php 1 addition, 1 deletion...ackend/Classes/Tree/View/ElementBrowserFolderTreeView.php
- typo3/sysext/backend/Classes/Tree/View/FolderTreeView.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Tree/View/FolderTreeView.php
- typo3/sysext/backend/Classes/Tree/View/PageTreeView.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/Tree/View/PageTreeView.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/backend/Classes/View/PageTreeView.php 3 additions, 3 deletionstypo3/sysext/backend/Classes/View/PageTreeView.php
- typo3/sysext/core/Classes/Authentication/AuthenticationService.php 2 additions, 2 deletions...ext/core/Classes/Authentication/AuthenticationService.php
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 5 additions, 5 deletions...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Classes/Configuration/ConfigurationManager.php 9 additions, 9 deletions...ysext/core/Classes/Configuration/ConfigurationManager.php
- typo3/sysext/core/Classes/Core/Environment.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Core/Environment.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 5 additions, 5 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/FormProtection/AbstractFormProtection.php 1 addition, 1 deletion...xt/core/Classes/FormProtection/AbstractFormProtection.php
- typo3/sysext/core/Classes/FormProtection/BackendFormProtection.php 4 additions, 4 deletions...ext/core/Classes/FormProtection/BackendFormProtection.php
- typo3/sysext/core/Classes/FormProtection/FormProtectionFactory.php 1 addition, 1 deletion...ext/core/Classes/FormProtection/FormProtectionFactory.php
Please register or sign in to comment