1 | <?php |
||
18 | class FormulaInput extends InputWidget |
||
19 | { |
||
20 | /** @var Price */ |
||
21 | public $model; |
||
22 | |||
23 | /** |
||
24 | * @var string |
||
25 | */ |
||
26 | private $helpModalSelector; |
||
27 | |||
28 | public function registerClientScript() |
||
34 | |||
35 | public function run() |
||
41 | |||
42 | private function registerHelpModal(): void |
||
47 | |||
48 | public function formulaLinesCount() |
||
52 | |||
53 | /** |
||
54 | * @return string |
||
55 | */ |
||
56 | public function getHelpModalSelector(): string |
||
60 | } |
||
61 |