예제 #1
0
파일: Integer.php 프로젝트: cubiche/cubiche
 /**
  * {@inheritdoc}
  */
 public function toDecimal()
 {
     return Decimal::fromNative($this->value);
 }