1 | <?php |
||
18 | class HubSpotSettings extends BaseSettings |
||
19 | { |
||
20 | /** |
||
21 | * @var array |
||
22 | */ |
||
23 | public $defaultScopes; |
||
24 | |||
25 | /** |
||
26 | * @return string |
||
27 | * @throws \Twig_Error_Loader |
||
28 | * @throws \yii\base\Exception |
||
29 | */ |
||
30 | public function inputHtml(): string |
||
39 | |||
40 | /** |
||
41 | * @inheritdoc |
||
42 | */ |
||
43 | public function rules() |
||
66 | } |
||
67 |