コード例 #1
0
ファイル: Price.php プロジェクト: kingsj/core
 /**
  * getCommonAttributes
  *
  * @return array
  */
 protected function getCommonAttributes()
 {
     $attributes = parent::getCommonAttributes();
     $attributes['value'] = $this->getCurrency()->formatValue($attributes['value']);
     return $attributes;
 }