user-documentation
user-documentation copied to clipboard
Page on Visibility Modifiers
We really need a page that outlines all visibility modifiers and their consequences on scope.
Start with a page with sections on public
, private
, protected
, and a table like https://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html that shows consequences on visibility.
Related:
- https://github.com/facebook/hhvm/pull/9049
- https://github.com/facebook/hhvm/pull/9049#issuecomment-1092250783