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

Upgrade visibility from private to protected. #2

Closed
wants to merge 9 commits into from
Closed

Upgrade visibility from private to protected. #2

wants to merge 9 commits into from

Conversation

bubba-h57
Copy link

This will allow consumers to effectively extend the class and implement custom functionality. For example. I wanted to modify the external attributes of my entries. I found no method available to allow me to do that and decided to simply extend the class and implement a method myself.

Unfortunately, I discovered I couldn't because the visibility of the properties I needed access to was too restrictive. This pull request will address that issue.

@bubba-h57
Copy link
Author

I think some changes I made today while testing snuck into this pull request. I did not intend for the changes to the composer.json to get into this. I only made those changes for local testing. I blame a lack of understanding how the pull request works. :-( I thought when I submitted it yesterday that it was done. I didn't realize it would also include changes to my branch made today.

We need to revert the changes to package.json. Would you like another pull request for that?

Bubba added 4 commits June 19, 2017 21:45
This reverts commit 520cfa5, reversing
changes made to 03ff780.
This reverts commit 0df3975, reversing
changes made to f99c027.
This reverts commit 33a7bab.

# Conflicts:
#	composer.json
This reverts commit 8f0c2d5.
@bubba-h57
Copy link
Author

There we go. Reverted all that stuff that shouldn't have been there. Back to normal now.

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.

2 participants