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

Private methods prevents inheritance #30

Closed
mariusz-buk opened this issue Jul 6, 2013 · 1 comment
Closed

Private methods prevents inheritance #30

mariusz-buk opened this issue Jul 6, 2013 · 1 comment
Assignees

Comments

@mariusz-buk
Copy link

If I want to add some additional options for memcached, like compression it is hard to do because memcached_addserver method is private not protected.

Is it possible to add phpDoc compatibile syntax to each function (public are more important than the others).

@khoaofgod
Copy link
Member

@mariusz-buk
Hi
You mean "public" method? ( or protected ?)

As I said on other topic, current version is hard to add more function, and I don't want to change the structure of it much. Right now, I only fix bug, improve it, for others can use it easily on their project.

I know how you feel as a developer that really want to change the current structure ( bad, hard to add more function ), that why I'm developing the version 2.0, not only 1 file php_fast_cache.php anymore, the beta will come out in this week or next week, don't use static method anymore, it will easy to implement, expand and integrate.

Current version will not be deleted, but I will keep improve and fix bugs, for someone like 1 simple file / class.

@ghost ghost assigned khoaofgod Jul 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants