1 | <?php |
||
18 | class Adapter extends BaseTransportAdapter |
||
19 | { |
||
20 | /** |
||
21 | * @inheritdoc |
||
22 | */ |
||
23 | public static function displayName(): string |
||
27 | |||
28 | /** |
||
29 | * @var string |
||
30 | */ |
||
31 | public $token; |
||
32 | |||
33 | /** |
||
34 | * @inheritdoc |
||
35 | */ |
||
36 | public function attributeLabels() |
||
42 | |||
43 | /** |
||
44 | * @inheritdoc |
||
45 | */ |
||
46 | public function rules() |
||
57 | |||
58 | /** |
||
59 | * @inheritdoc |
||
60 | */ |
||
61 | public function getSettingsHtml() |
||
67 | |||
68 | /** |
||
69 | * @inheritdoc |
||
70 | */ |
||
71 | public function defineTransport() |
||
78 | } |
||
79 |