Closed andreacivita closed 2 years ago
Hi, i was trying to use this class and I need to extend it to add some features related to my business logic.
I see that inside ZanySoft\Zip\Zip class, a lot of properties and methods are setted to private. This behaviour prevents me from extending class.
ZanySoft\Zip\Zip
private
Is it possible to change all private to protected?
protected
If necessary, I can submit a PR with these changes
Use version 2.0.x if you are using PHP 7.4 or 8.x
Hi, i was trying to use this class and I need to extend it to add some features related to my business logic.
I see that inside
ZanySoft\Zip\Zip
class, a lot of properties and methods are setted toprivate
. This behaviour prevents me from extending class.Is it possible to change all
private
toprotected
?If necessary, I can submit a PR with these changes