Exemplo n.º 1
0
 /**
  * 获取格式化的金额总计
  */
 public function getTotalFormated()
 {
     return Util::toCurrency($this->getTotal());
 }