コード例 #1
0
 function formatWithSymbol($amount, $ISOCode = NULL)
 {
     if (is_null($ISOCode)) {
         $ISOCode = $this->defaultISOCode;
     }
     return parent::formatWithSymbol($amount, $ISOCode);
 }