Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C CMS
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • CI
  • CMS
  • Repository
Switch branch/tag
  • cms
  • typo3
  • sysext
  • impexp
  • Classes
  • ImportExport.php
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [TASK] phpDoc: replace @access private with @internal · 064585df
    Benni Mack authored Sep 29, 2018 and Georg Ringer's avatar Georg Ringer committed Sep 29, 2018
    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's avatarSusanne Moog <susanne.moog@typo3.org>
    Tested-by: Susanne Moog's avatarSusanne Moog <susanne.moog@typo3.org>
    Reviewed-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    Tested-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    064585df