Esempio n. 1
0
 /**
  * getCommonAttributes
  *
  * @return array
  */
 protected function getCommonAttributes()
 {
     $attributes = parent::getCommonAttributes();
     $attributes['value'] = $this->getCurrency()->formatValue($attributes['value']);
     return $attributes;
 }