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

Fix Issue with private fields and late static bindings #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix Issue with private fields and late static bindings #46

wants to merge 1 commit into from

Conversation

spyric
Copy link

@spyric spyric commented Feb 23, 2018

Currently there is no way to create class that extends ClientImpl with own function that can interact with input and output directly. Also getInstance method will not work correctly on child class because of late static binding http://php.net/manual/en/language.oop5.late-static-bindings.php

@coveralls
Copy link

Coverage Status

Coverage decreased (-28.0%) to 71.585% when pulling 7ccd9a4 on ananas-web:master into c72d503 on marcelog:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-28.0%) to 71.585% when pulling 7ccd9a4 on ananas-web:master into c72d503 on marcelog:master.

@coveralls
Copy link

coveralls commented Feb 23, 2018

Coverage Status

Coverage decreased (-0.0005%) to 99.573% when pulling 7ccd9a4 on ananas-web:master into c72d503 on marcelog:master.

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