amphp / beanstalk

Asynchronous Beanstalk Client for PHP.

Home Page:https://amphp.org/beanstalk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make send protected (send is private)

markkimsal opened this issue · comments

I'm trying to subclass the client to add my own method (statsJob to get stats) but I cannot call $this->send from a subclass because it's private and not protected.

How about just PRing that method? :-)

@kelunik I think this issue can be closed by #5

Yes, was about to comment that as well.