| 1 | <?php |
||
| 6 | class AccountLinking extends ThreadSettings |
||
| 7 | { |
||
| 8 | |||
| 9 | /** |
||
| 10 | * @var string |
||
| 11 | */ |
||
| 12 | protected $accountLinkingUrl; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * AccountLinking constructor. |
||
| 16 | * |
||
| 17 | * @param string $accountLinkingUrl |
||
| 18 | */ |
||
| 19 | public function __construct(string $accountLinkingUrl) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return array |
||
| 30 | */ |
||
| 31 | public function jsonSerialize(): array |
||
| 40 | } |
||
| 41 |