| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class State extends StateMethods |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * User identifier. |
||
| 16 | * If client receive message with it’s own userid, he should pass into the indicated status. |
||
| 17 | * (used to activate the status "away" for the parallel-registered clients) |
||
| 18 | * @var string |
||
| 19 | */ |
||
| 20 | public $userid; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * |
||
| 24 | * @return array |
||
| 25 | */ |
||
| 26 | public function getMandatoryFields(): array |
||
| 33 |