Esempio n. 1
0
 /**
  * Returns a string representing the fractional part of the amount of this money.
  *
  * Example: 123.45 will return '45'.
  *
  * @return string
  */
 public function getFraction()
 {
     return $this->amount->fraction();
 }