Skip to content

Conversation

tvt
Copy link
Contributor

@tvt tvt commented Oct 9, 2015

I'm using the Typo3 Flow framework, that creates proxies for all classes.

The proxy is created by extending the Request-class and overrides the constructor. It initializes the original Request-class by calling parent::__construct, but the private __construct method is not in scope. Instead the constructor should be marked as protected.

I'm using the Typo3 Flow framework, that creates proxies for all classes.

The proxy is created by extending the Request-class and overrides the constructor. It initializes the original Request-class by calling parent::__construct, but the private __construct method is not in scope. Instead the constructor should be marked as protected.
voku added a commit to voku/httpful that referenced this pull request Apr 30, 2016
@nategood nategood merged commit f71452d into nategood:master Oct 21, 2017
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