[TASK] Introducing the ProtocolHandler
This commit is contained in:
@@ -11,7 +11,7 @@ abstract class Protocol_AbstractProtocolHandler {
|
||||
/**
|
||||
* Parses incoming data, returns a ProtocolObject
|
||||
* @param string $data
|
||||
* @return Protocol_ProtocolObejct
|
||||
* @return mixed instance of Protocol_AbstractProtocolContentObject
|
||||
*/
|
||||
abstract public function parse($data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user