new balance
This commit is contained in:
19
backend/widgets/SummRangeWidget.php
Normal file
19
backend/widgets/SummRangeWidget.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace backend\widgets;
|
||||
|
||||
|
||||
use yii\base\Widget;
|
||||
|
||||
class SummRangeWidget extends Widget
|
||||
{
|
||||
public $model;
|
||||
public $range_attribute;
|
||||
|
||||
public function run()
|
||||
{
|
||||
return $this->render('summ_range', ['model' => $this->model]);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user