| Total Complexity | 1 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class GetSessionList extends RequestMethods |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Timestamp (in milliseconds since 01.01.1970) |
||
| 14 | * Query of active sessions since the indicated time. If this parameter is absent, all sessions get out. |
||
| 15 | * |
||
| 16 | * @var int |
||
| 17 | */ |
||
| 18 | public $since; |
||
| 19 | |||
| 20 | public function getMandatoryFields(): array |
||
| 25 |