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

binding new scope in Closure #96

Closed
jakubmisek opened this issue Nov 13, 2017 · 1 comment
Closed

binding new scope in Closure #96

jakubmisek opened this issue Nov 13, 2017 · 1 comment
Assignees
Labels
Projects

Comments

@jakubmisek
Copy link
Member

PHP Closure allows to change scope using bind (http://php.net/manual/en/closure.bind.php). This allows to change accessibility of type members within the closure.

@jakubmisek jakubmisek self-assigned this Nov 13, 2017
@jakubmisek jakubmisek added this to TODO in MediaWiki via automation Nov 13, 2017
jakubmisek referenced this issue Nov 29, 2017
The case when the lambda function is not declared within a class.
jakubmisek added a commit that referenced this issue Dec 5, 2017
@jakubmisek
Copy link
Member Author

implemented in #119

MediaWiki automation moved this from TODO to Done Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
MediaWiki
  
Done
Development

No branches or pull requests

1 participant