| 1 | <?php |
||
| 7 | class Optin |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var string |
||
| 11 | */ |
||
| 12 | protected $ref; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Optin constructor. |
||
| 16 | */ |
||
| 17 | 1 | public function __construct(string $ref) |
|
| 21 | |||
| 22 | 1 | public function getRef(): string |
|
| 26 | |||
| 27 | /** |
||
| 28 | * @return \Kerox\Messenger\Model\Callback\Optin |
||
| 29 | */ |
||
| 30 | 1 | public static function create(array $callbackData): self |
|
| 34 | } |
||
| 35 |