[TASK] Introduced addLine() to the buffer class.
[TASK] Made createBuffer function protected in ProtocolHandler classes.
This commit is contained in:
@@ -29,7 +29,7 @@ abstract class Protocol_AbstractProtocolHandler {
|
||||
* put them in $bufferIncoming and $bufferOutgoing.
|
||||
* @return void
|
||||
*/
|
||||
abstract public function createBuffers();
|
||||
abstract protected function createBuffers();
|
||||
|
||||
/**
|
||||
* General constructor.
|
||||
|
||||
Reference in New Issue
Block a user