Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better code completion inside classes and for abstract classes #3

Merged
merged 2 commits into from Nov 21, 2011
Merged

Conversation

folke
Copy link
Contributor

@folke folke commented Nov 20, 2011

Completion on $this-> and for self:: was not working properly inside abstract classes. This patch fixes that...

Completion inside a class never returned private/public methods / members. The patch now correctly returns protected and private members when inside a class.

shawncplus added a commit that referenced this pull request Nov 21, 2011
Better code completion inside classes and for abstract classes
@shawncplus shawncplus merged commit 04f43d0 into shawncplus:master Nov 21, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants