[TASK] Introduced addLine() to the buffer class.
[TASK] Made createBuffer function protected in ProtocolHandler classes.
This commit is contained in:
@@ -370,7 +370,7 @@ class Connection_ConnectionHandler {
|
||||
* @param boolean $connected
|
||||
* @return void
|
||||
*/
|
||||
private function setConnected($connected) {
|
||||
protected function setConnected($connected) {
|
||||
return $this->socketHandler->setConnected($connected);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user