| Total Complexity | 3 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class NotificationSettingsScopePrivateChats extends NotificationSettingsScope |
||
| 15 | { |
||
| 16 | public const TYPE_NAME = 'notificationSettingsScopePrivateChats'; |
||
| 17 | |||
| 18 | public function __construct() |
||
| 21 | } |
||
| 22 | |||
| 23 | public static function fromArray(array $array): NotificationSettingsScopePrivateChats |
||
| 26 | } |
||
| 27 | |||
| 28 | public function typeSerialize(): array |
||
| 33 |