| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | public function run() |
||
| 32 | { |
||
| 33 | $this->initClientScript(); |
||
| 34 | |||
| 35 | return $this->render((new \ReflectionClass($this))->getShortName(), [ |
||
| 36 | 'form' => $this->form, |
||
| 37 | 'model' => $this->model, |
||
| 38 | 'currencyAttributeName' => $this->currencyAttributeName, |
||
| 39 | 'currencyAttributeOptions' => $this->currencyAttributeOptions, |
||
| 40 | 'attribute' => $this->attribute, |
||
| 41 | 'containerClass' => self::$widgetClass, |
||
| 42 | ]); |
||
| 43 | } |
||
| 44 | |||
| 58 |