mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 01:35:57 +03:00
[GH-ISSUE #92] Make meaningful inheritance possible, change private properties to protected #34
Labels
No labels
bug
enhancement
enhancement
hacktoberfest
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PHP-DNS-SERVER#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ampaze on GitHub (Feb 20, 2020).
Original GitHub issue: https://github.com/yswery/PHP-DNS-SERVER/issues/92
I want to inherit from
DNS\Serverand add astopmethod, which is not possible as$loopand all other properties are private. Can this be changed? I could make a PR if needed.@samuelwilliams commented on GitHub (Feb 20, 2020):
Hi, send through a PR changing the methods that you need access to.
@ampaze commented on GitHub (Feb 21, 2020):
Done. #93
@ampaze commented on GitHub (Feb 22, 2020):
Thanks!
@ampaze commented on GitHub (Feb 25, 2020):
Could you also make a new release?
Even using https://packagist.org/packages/yswery/dns#dev-master is not up to date.