[TASK] Added Tags to the DocComments.
[TASK] Reformated some classes.
This commit is contained in:
@@ -58,6 +58,7 @@ abstract class Protocol_AbstractProtocolHandler {
|
||||
/**
|
||||
* Adds the incoming data to the internal buffer.
|
||||
* @param string $rawData
|
||||
* @return void
|
||||
*/
|
||||
public function pushRawData($rawData) {
|
||||
$this->buffer_incoming->addData($rawData);
|
||||
|
||||
Reference in New Issue
Block a user