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