1
0
Fork 0
Commit Graph

1 Commits (73ab1520a37a92f789142c55f1cd0b6d8d1c692e)

Author SHA1 Message Date
Gabriel Noé González 73ab1520a3 Visibility Test and Changing line ending from CRLF -> LF
Added CompletionWithVisibilityTest.php
- checks visibility of a property or method call (only public)
- checks visibility of a Class (can see all methods and properties)
- checks visibility of a child class (public and protected)
2018-11-10 23:57:14 +01:00