39 public function renderGridViewData()
42 'name' => $this->attribute,
43 'value' =>
'CurrencyDropDownListViewColumnAdapter::renderNonEditable($data, "' . $this->attribute .
'")',
48 public static function renderNonEditable($model, $attribute)
50 $dropDownModel = $model->{$attribute};
51 $dropDownArray = CurrencyDropDownElement::resolveDropDownArray($model, $attribute);
static getArrayValue($array, $element, $defaultValue=null)