bergie / dnode-php

DNode RPC protocol implementation for PHP
MIT License
430 stars 86 forks source link

Set DNode handleConnection to protected rather than private. #4

Closed frega closed 12 years ago

frega commented 12 years ago

In order to allow child classes of DNode to call handleConnection the method needs to be protected rather than private. I would like this in order to e.g. provide application specific connect() methods.