| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 4 | ||
| Bugs | 1 | Features | 2 |
| 1 | <?php |
||
| 5 | public function getData(){ |
||
| 6 | $this->_stream->offset(0); |
||
| 7 | /** |
||
| 8 | * TODO Check it! |
||
| 9 | * Indicates which startup options are supported by the server. This message |
||
| 10 | * comes as a response to an OPTIONS message. |
||
| 11 | * |
||
| 12 | * The body of a SUPPORTED message is a [string multimap]. This multimap gives |
||
| 13 | * for each of the supported STARTUP options, the list of supported values. |
||
| 14 | */ |
||
| 15 | return $this->_stream->readStringMultimap(); |
||
| 16 | } |
||
| 17 | } |
||
| 18 |