1 | <?php |
||
19 | class SalesforceSettings extends BaseSettings |
||
20 | { |
||
21 | /** |
||
22 | * @var string |
||
23 | */ |
||
24 | public $domain; |
||
25 | |||
26 | /** |
||
27 | * @return string |
||
28 | * @throws \Twig_Error_Loader |
||
29 | * @throws \yii\base\Exception |
||
30 | */ |
||
31 | public function inputHtml(): string |
||
40 | |||
41 | /** |
||
42 | * @inheritdoc |
||
43 | */ |
||
44 | public function rules() |
||
73 | } |
||
74 |