amphp/beanstalk

make send protected (send is private)

markkimsal opened this issue · 4 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.