Exemplo n.º 1
0
 /**
  * @return string
  * @throws \yii\base\InvalidConfigException
  */
 public function actionRefresh()
 {
     CurrencyHelper::refreshRates();
     return $this->getListView();
 }