| 1 | <?php |
||
| 13 | class AmountWithCurrency extends \yii\base\Widget |
||
| 14 | { |
||
| 15 | public static $widgetClass = 'amount-with-currency-widget'; |
||
| 16 | |||
| 17 | public $currencyAttributeName; |
||
| 18 | public $currencyAttributeOptions; |
||
| 19 | public $model; |
||
| 20 | public $form; |
||
| 21 | public $attribute; |
||
| 22 | public $inputOptions; |
||
| 23 | |||
| 24 | public function init() |
||
| 30 | |||
| 31 | public function run() |
||
| 44 | |||
| 45 | public function initClientScript() |
||
| 57 | } |
||
| 58 |